Skip to content

Commit

Permalink
Bump version to v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Jun 19, 2018
1 parent 2cdba6f commit dac926c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

- Adds support for ActiveSupport::RedisCacheStore
_No significant changes since last release yet. Stay tuned_ :radio:

## [5.3.0] - 2018-06-19

### Added

- Add support for [`ActiveSupport::Cache::RedisCacheStore`](http://api.rubyonrails.org/classes/ActiveSupport/Cache/RedisCacheStore.html) as a store backend ([#340](https://github.com/kickstarter/rack-attack/pull/340) and [#350](https://github.com/kickstarter/rack-attack/pull/350))

## [5.2.0] - 2018-03-29

Expand Down Expand Up @@ -105,7 +111,8 @@ All notable changes to this project will be documented in this file.
- Remove unused variable
- Extract mandatory options to constants

[Unreleased]: https://github.com/kickstarter/rack-attack/compare/v5.2.0...HEAD/
[Unreleased]: https://github.com/kickstarter/rack-attack/compare/v5.3.0...HEAD/
[5.3.0]: https://github.com/kickstarter/rack-attack/compare/v5.2.0...v5.3.0/
[5.2.0]: https://github.com/kickstarter/rack-attack/compare/v5.1.0...v5.2.0/
[5.1.0]: https://github.com/kickstarter/rack-attack/compare/v5.0.1...v5.1.0/
[5.0.1]: https://github.com/kickstarter/rack-attack/compare/v5.0.0...v5.0.1/
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.2.0'
VERSION = '5.3.0'
end
end

0 comments on commit dac926c

Please sign in to comment.