CHANGELOG.md in faraday-retry-2.1.0 vs CHANGELOG.md in faraday-retry-2.2.0
- old
+ new
@@ -1,17 +1,17 @@
# Changelog
-## v2.1.1 (2023-02-17)
+## v2.2.0 (2023-06-01)
-### Changed
+* Support new `header_parser_block` option. [PR #28](https://github.com/lostisland/faraday-retry/pull/28). Thanks, [@zavan]!
+## v2.1.0 (2023-03-03)
+
* Support for custom RateLimit headers. [PR #13](https://github.com/lostisland/faraday-retry/pull/13). Thanks, [@brookemckim]!
-## v2.1.0 (2023-02-17)
+v2.1.1 (2023-02-17) is a spurious not-released version that you may have seen mentioned in this CHANGELOG.
-Invalid release, use v2.1.1.
-
## v2.0.0 (2022-06-08)
### Changed
* `retry_block` now takes keyword arguments instead of positional (backwards incompatible)
@@ -31,5 +31,6 @@
* Retry middleware `retry_block` is not called if retry will not happen due to `max_interval`, https://github.com/lostisland/faraday/pull/1350
[@maxprokopiev]: https://github.com/maxprokopiev
[@brookemckim]: https://github.com/brookemckim
+[@zavan]: https://github.com/zavan