diff --git a/reqwest-tracing/CHANGELOG.md b/reqwest-tracing/CHANGELOG.md index b944def..88e55a9 100644 --- a/reqwest-tracing/CHANGELOG.md +++ b/reqwest-tracing/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.5] - 2024-12-02 + ### Added - Added support for OpenTelemetry `0.27` ([#201](https://github.com/TrueLayer/reqwest-middleware/pull/201)) diff --git a/reqwest-tracing/Cargo.toml b/reqwest-tracing/Cargo.toml index 6eeff2c..e6d5f01 100644 --- a/reqwest-tracing/Cargo.toml +++ b/reqwest-tracing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest-tracing" -version = "0.5.4" +version = "0.5.5" authors = ["Rodrigo Gryzinski "] edition = "2018" description = "Opentracing middleware for reqwest."