Skip to content

Commit

Permalink
Bump to 2.4.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
garaujodev committed Aug 8, 2022
1 parent 13c57f9 commit 3f1bf70
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,10 @@
## Unreleased


## 2.4.1 (2022-08-08)
* require `Logger` in `BaseStrategy` via [#131](https://github.com/sourcelevel/faraday-http-cache/pull/131)
* Use unique and sorted headers from the Vary header in `ByVary` strategy via [#132](https://github.com/sourcelevel/faraday-http-cache/pull/132)

## 2.4.0 (2022-06-07)
* Introduced a new `strategy` option to support different cache storage strategies.
* The original strategy moved from `Faraday::HttpCache::Storage` to `Faraday::HttpCache::Strategies::ByUrl`.
Expand Down
2 changes: 1 addition & 1 deletion faraday-http-cache.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |gem|
gem.name = 'faraday-http-cache'
gem.version = '2.4.0'
gem.version = '2.4.1'
gem.licenses = ['Apache-2.0']
gem.description = 'Middleware to handle HTTP caching'
gem.summary = 'A Faraday middleware that stores and validates cache expiration.'
Expand Down

0 comments on commit 3f1bf70

Please sign in to comment.