From b6c67f39051bd78e88733b89f6eac9fd1fa09427 Mon Sep 17 00:00:00 2001 From: Gerry Agbobada Date: Tue, 28 Nov 2023 10:35:13 +0100 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab5e8c0..446e739 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,12 +12,20 @@ versioning](https://go.dev/doc/modules/version-numbers). ### Changed +- [All] The `Init` API has changed, to use arguments of type `InitOption` instead of using + separate types. This means all default arguments do not need to be mentioned in the + call of `Init`, and for the rest `autometrics` provides `With...` functions that allow + customization. + ### Deprecated ### Removed ### Fixed +- Fix a bug where the repository provider label would overwrite the repository URL label + instead of using its own label. + ### Security ## [0.9.0](https://github.com/autometrics-dev/autometrics-go/releases/tag/v0.9.0) 2023-11-17