Update Changelog

This commit is contained in:
Miguel Hernández 2024-12-24 09:05:28 +01:00
parent 3d762b5a6e
commit 89223bc80f
No known key found for this signature in database

View file

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
- Implemented `AsRef<Client>` for `ClientWithMiddleware`. Allows access to the inner `reqwest::Client` ([#209](https://github.com/TrueLayer/reqwest-middleware/pull/209))
## [0.4.0] - 2024-11-08
### Breaking Changes