From f310cb8604ada3c992ffab370fbdbd50ff108a21 Mon Sep 17 00:00:00 2001 From: Mason Gup Date: Mon, 9 Dec 2024 07:21:26 -0500 Subject: [PATCH] Release new version of reqwest-tracing (#205) --- reqwest-tracing/CHANGELOG.md | 2 ++ reqwest-tracing/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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."