From f496ced3f13dd8acd3798ef892da50ca15e3edf2 Mon Sep 17 00:00:00 2001 From: Cristiano Piemontese Date: Tue, 17 Sep 2024 11:43:46 +0200 Subject: [PATCH] prepare for release --- CHANGELOG.md | 16 ++++++++++++---- Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfbe6e8..49dbd37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,20 @@ and this project adheres to --- +## [0.12.0] - 2024-09-17 + +### Updated + +- Bumped opentelemetry version to 0.25 + +--- + ## [0.11.1] - 2024-09-12 ### Fixed -- Shutdown the tracing provider before exiting ([bug](https://github.com/open-telemetry/opentelemetry-rust/issues/1961)) +- Shutdown the tracing provider before exiting + ([bug](https://github.com/open-telemetry/opentelemetry-rust/issues/1961)) --- @@ -237,9 +246,8 @@ jaeger: COLLECTOR_OTLP_HTTP_HOST_PORT: 55681 ``` - - -[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.11.1...HEAD +[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.12.0...HEAD +[0.12.0]: https://github.com/primait/prima_tracing.rs/compare/0.11.1...0.12.0 [0.11.1]: https://github.com/primait/prima_tracing.rs/compare/0.11.0...0.11.1 [0.11.0]: https://github.com/primait/prima_tracing.rs/compare/0.10.0...0.11.0 [0.10.0]: https://github.com/primait/prima_tracing.rs/compare/0.9.5...0.10.0 diff --git a/Cargo.toml b/Cargo.toml index a295e0e..dba0c3c 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.11.1" +version = "0.12.0" [features] default = []