Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gagbo committed Nov 28, 2023
1 parent 5d8e304 commit b6c67f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6c67f3

Please sign in to comment.