From f7285c386c1625f4ca53bda10f47980474ef8489 Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Mon, 15 May 2023 11:42:47 +0100 Subject: [PATCH] bump --- 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 ffb800f..c2fecab 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.3] - 2023-05-15 + +### Fixed +- Fix span and http status codes + ## [0.4.2] - 2023-05-12 ### Added diff --git a/reqwest-tracing/Cargo.toml b/reqwest-tracing/Cargo.toml index 8d45443..ce5f5a6 100644 --- a/reqwest-tracing/Cargo.toml +++ b/reqwest-tracing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest-tracing" -version = "0.4.2" +version = "0.4.3" authors = ["Rodrigo Gryzinski "] edition = "2018" description = "Opentracing middleware for reqwest."