From c0b9a0bcb2c52c31719e4e5c8bedf64a3937fe78 Mon Sep 17 00:00:00 2001 From: Ethan Brierley Date: Mon, 11 Mar 2024 17:09:03 +0000 Subject: [PATCH] chore(request-tracing): release patch version :rocket: --- 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."