diff --git a/CHANGELOG.md b/CHANGELOG.md index 98b36b0..977d2fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ and this project adheres to --- +## [0.14.0] - 2024-12-03 + +### Updated + +- Bumped opentelemetry version to 0.27 + +--- + ## [0.13.1] - 2024-10-18 ### Added @@ -262,8 +270,8 @@ jaeger: COLLECTOR_OTLP_HTTP_HOST_PORT: 55681 ``` - -[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.13.1...HEAD +[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.14.0...HEAD +[0.14.0]: https://github.com/primait/prima_tracing.rs/compare/0.13.1...0.14.0 [0.13.1]: https://github.com/primait/prima_tracing.rs/compare/0.13.0...0.13.1 [0.13.0]: https://github.com/primait/prima_tracing.rs/compare/0.12.0...0.13.0 [0.12.0]: https://github.com/primait/prima_tracing.rs/compare/0.11.1...0.12.0 diff --git a/Cargo.toml b/Cargo.toml index df3e426..82c17bf 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.13.1" +version = "0.14.0" [features] default = []