Skip to content

Commit

Permalink
Move changelog entry into changed section
Browse files Browse the repository at this point in the history
Signed-off-by: Max Inden <[email protected]>
  • Loading branch information
mxinden committed Oct 16, 2024
1 parent 1ff3074 commit 0a00944
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.23.0] - unreleased

- Implement `Atomic<u64>` for `AtomicU64` for gauges.
See [PR 226].

[PR 226]: https://github.com/prometheus/client_rust/pull/198

### Changed

Expand All @@ -19,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update `prost` dependencies to `v0.12`.
See [PR 198].

- Implement `Atomic<u64>` for `AtomicU64` for gauges.
See [PR 226].

[PR 226]: https://github.com/prometheus/client_rust/pull/198
[PR 198]: https://github.com/prometheus/client_rust/pull/198

### Added
Expand Down

0 comments on commit 0a00944

Please sign in to comment.