Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Jun 1, 2023
1 parent 5905eb1 commit e9d0df2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v2.2.0 (2023-06-01)

* 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]!
Expand Down Expand Up @@ -29,3 +33,4 @@ This release consists of the same middleware that was previously bundled with Fa

[@maxprokopiev]: https://github.com/maxprokopiev
[@brookemckim]: https://github.com/brookemckim
[@zavan]: https://github.com/zavan
2 changes: 1 addition & 1 deletion lib/faraday/retry/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Faraday
module Retry
VERSION = '2.1.0'
VERSION = '2.2.0'
end
end

0 comments on commit e9d0df2

Please sign in to comment.