diff --git a/CHANGELOG.md b/CHANGELOG.md index f1721a4..9e86fed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [0.7.2] - 2023-10-26 + +- Bump `tracing-log` to 0.2 + +--- + ## [0.7.1] - 2023-10-11 ### Changed - Bump `tracing-opentelemetry` to 0.21 +- Remove QA env support --- @@ -96,9 +103,8 @@ If you are using Jaeger to collect traces locally on your machine, you will need ``` - - -[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.7.1...HEAD +[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.7.2...HEAD +[0.7.2]: https://github.com/primait/prima_tracing.rs/compare/0.7.1...0.7.2 [0.7.1]: https://github.com/primait/prima_tracing.rs/compare/0.7.0...0.7.1 [0.7.0]: https://github.com/primait/prima_tracing.rs/compare/0.6.3...0.7.0 [0.6.3]: https://github.com/primait/prima_tracing.rs/compare/0.6.2...0.6.3 diff --git a/Cargo.toml b/Cargo.toml index e9d4a69..11f9cea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" name = "prima-tracing" readme = "README.md" repository = "https://github.com/primait/prima_tracing.rs" -version = "0.7.1" +version = "0.7.2" [features] default = []