CHANGELOG.md in faraday-retry-1.0.0 vs CHANGELOG.md in faraday-retry-1.0.1

- old
+ new

@@ -1,6 +1,10 @@ # Changelog ## v1.0 Initial release. -This release consists of the same middleware that was previously bundled with Faraday but removed in Faraday v2.0. +This release consists of the same middleware that was previously bundled with Faraday but removed in Faraday v2.0, plus: + +### Fixed + +* Retry middleware `retry_block` is not called if retry will not happen due to `max_interval`, https://github.com/lostisland/faraday/pull/1350