From 4e79e91a8f3f13fd6a74e1fd881a85c7b2168f86 Mon Sep 17 00:00:00 2001 From: Simon Weigl Date: Wed, 10 Apr 2024 14:06:13 -0700 Subject: [PATCH] Update CHANGELOG --- reqwest-retry/CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/reqwest-retry/CHANGELOG.md b/reqwest-retry/CHANGELOG.md index 5f1c23e..90cd55a 100644 --- a/reqwest-retry/CHANGELOG.md +++ b/reqwest-retry/CHANGELOG.md @@ -4,14 +4,16 @@ All notable changes to this project will be documented in this file. 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). +## [Unreleased] + +### Added +- Added `with_retry_log_level` to `RetryTransientMiddleware` + ## [0.5.0] - 2024-04-10 ### Breaking changes - Upgraded `reqwest-middleware` to `0.3.0`. -### Added -- Added `with_retry_log_level` to `RetryTransientMiddleware` - ## [0.3.0] - 2023-09-07 ### Changed - `retry-policies` upgraded to 0.2.0