From a7df7657e6e1b5726a2de1baec4b204a75599cc3 Mon Sep 17 00:00:00 2001 From: Ethan Brierley Date: Fri, 15 Mar 2024 16:26:17 +0000 Subject: [PATCH] chore(request-tracing): release patch version :rocket: (#123) --- reqwest-tracing/CHANGELOG.md | 5 +++++ reqwest-tracing/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/reqwest-tracing/CHANGELOG.md b/reqwest-tracing/CHANGELOG.md index a624139..ed6046e 100644 --- a/reqwest-tracing/CHANGELOG.md +++ b/reqwest-tracing/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.8] - 2024-03-11 + +### Added +- Add support for opentelemetry 0.22 + ## [0.4.6] - 2023-08-23 ### Added diff --git a/reqwest-tracing/Cargo.toml b/reqwest-tracing/Cargo.toml index bb9fbc9..9350388 100644 --- a/reqwest-tracing/Cargo.toml +++ b/reqwest-tracing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest-tracing" -version = "0.4.7" +version = "0.4.8" authors = ["Rodrigo Gryzinski "] edition = "2018" description = "Opentracing middleware for reqwest."