From 6960a57017a8ce5f5e1686ab6f78cd9239f927e6 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Tue, 10 Sep 2024 14:58:58 +0200 Subject: [PATCH] changelog --- reqwest-tracing/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reqwest-tracing/CHANGELOG.md b/reqwest-tracing/CHANGELOG.md index bfe3e61..04f486d 100644 --- a/reqwest-tracing/CHANGELOG.md +++ b/reqwest-tracing/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added +- Added support for OpenTelemetry `0.25` ([#188](https://github.com/TrueLayer/reqwest-middleware/pull/188)) + ### Changed - Restore adding `http.url` attribute when using `SpanBackendWithUrl` middleware with the `deprecated_attributes` feature enabled