Skip to content

Commit

Permalink
Bump version to v5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Jul 2, 2018
1 parent 4b74d74 commit 783060d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@

All notable changes to this project will be documented in this file.

## [Unreleased]
## [5.4.0] - 2018-07-02

_No significant changes since last release yet. Stay tuned_ :radio:
### Added

- Support "plain" `Redis` as a cache store backend ([#280](https://github.com/kickstarter/rack-attack/pull/280)). Thanks @bfad and @ryandv.
- When overwriting `Rack::Attack.throttled_response` you can now access the exact epoch integer that was used for caching
so your custom code is less prone to race conditions ([#282](https://github.com/kickstarter/rack-attack/pull/282)). Thanks @doliveirakn.

### Dependency changes

- Explictly declare ancient `rack 0.x` series as incompatible in gemspec

## [5.3.2] - 2018-06-25

Expand Down Expand Up @@ -124,7 +132,7 @@ _No significant changes since last release yet. Stay tuned_ :radio:
- Remove unused variable
- Extract mandatory options to constants

[Unreleased]: https://github.com/kickstarter/rack-attack/compare/v5.3.2...HEAD/
[5.4.0]: https://github.com/kickstarter/rack-attack/compare/v5.3.2...v5.4.0/
[5.3.2]: https://github.com/kickstarter/rack-attack/compare/v5.3.1...v5.3.2/
[5.3.1]: https://github.com/kickstarter/rack-attack/compare/v5.3.0...v5.3.1/
[5.3.0]: https://github.com/kickstarter/rack-attack/compare/v5.2.0...v5.3.0/
Expand Down
2 changes: 1 addition & 1 deletion lib/rack/attack/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Rack
class Attack
VERSION = '5.3.2'
VERSION = '5.4.0'
end
end

0 comments on commit 783060d

Please sign in to comment.