diff --git a/metrics-tracing-context/CHANGELOG.md b/metrics-tracing-context/CHANGELOG.md index c8693512..4aa5f685 100644 --- a/metrics-tracing-context/CHANGELOG.md +++ b/metrics-tracing-context/CHANGELOG.md @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.18.0] - 2025-01-13 + +### Changed + +- Updated `metrics-util` to 0.19.0. + ## [0.17.0] - 2024-10-12 ### Added diff --git a/metrics-tracing-context/Cargo.toml b/metrics-tracing-context/Cargo.toml index 5bb7b4a8..8b8569ef 100644 --- a/metrics-tracing-context/Cargo.toml +++ b/metrics-tracing-context/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metrics-tracing-context" -version = "0.17.0" +version = "0.18.0" authors = ["MOZGIII "] edition = "2018" rust-version = "1.71.1"