Skip to content

Commit

Permalink
Bump version to v5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Oct 30, 2018
1 parent ef5b0c8 commit 42a8a30
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [5.4.2] - 2018-10-30

### Fixed

- Fix unexpected error when using `redis` 3 and any store which is not proxied

### Changed

- Provide better information in `MisconfiguredStoreError` exception message to aid end-user debugging

## [5.4.1] - 2018-09-29

### Fixed
Expand Down Expand Up @@ -138,6 +148,7 @@ so your custom code is less prone to race conditions ([#282](https://github.com/
- Remove unused variable
- Extract mandatory options to constants

[5.4.2]: https://github.com/kickstarter/rack-attack/compare/v5.4.1...v5.4.2/
[5.4.1]: https://github.com/kickstarter/rack-attack/compare/v5.4.0...v5.4.1/
[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/
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.4.1'
VERSION = '5.4.2'
end
end

0 comments on commit 42a8a30

Please sign in to comment.