From 11d949433122bab7adf30090400c5b75b36db00d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 15:11:06 +0000 Subject: [PATCH] chore: release --- reqwest-tracing/CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/reqwest-tracing/CHANGELOG.md b/reqwest-tracing/CHANGELOG.md index 9dfe491..a93942d 100644 --- a/reqwest-tracing/CHANGELOG.md +++ b/reqwest-tracing/CHANGELOG.md @@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.7.1](https://github.com/TrueLayer/reqwest-middleware/compare/reqwest-tracing-v0.7.0...reqwest-tracing-v0.7.1) - 2026-05-19 + +### Added + +- [**breaking**] support opentelemetry 0.32 ([#284](https://github.com/TrueLayer/reqwest-middleware/pull/284)) + +### Other + +- release ([#280](https://github.com/TrueLayer/reqwest-middleware/pull/280)) + ## [0.8.0](https://github.com/TrueLayer/reqwest-middleware/compare/reqwest-tracing-v0.7.0...reqwest-tracing-v0.8.0) - 2026-05-19 ### Added