Skip to content

Commit

Permalink
chore: release minor reqwest-middleware 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
eopb committed May 7, 2024
1 parent fa84b1f commit 620b089
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1]

### Fixed
- Included license files in crates
- Fix logging of User-Agent header in reqwest-tracing

### Added
- Added `with_retry_log_level` to `RetryTransientMiddleware` in reqwest-retry
- Added `ClientBuilder::from_client`

## [0.3.0] - 2024-04-10

Expand Down
2 changes: 1 addition & 1 deletion reqwest-middleware/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reqwest-middleware"
version = "0.3.0"
version = "0.3.1"
authors = ["Rodrigo Gryzinski <rodrigo.gryzinski@truelayer.com>"]
edition = "2018"
description = "Wrapper around reqwest to allow for client middleware chains."
Expand Down

0 comments on commit 620b089

Please sign in to comment.