Skip to content

Commit

Permalink
Bump gem version to v6.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Apr 14, 2022
1 parent 07822ad commit f5f92f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [6.6.1] - 2022-04-14

### Fixed

- Fixes deprecation warning in redis 4.6+ ([@ixti])

## [6.6.0] - 2022-01-29

### Added
Expand Down Expand Up @@ -265,6 +271,7 @@ so your custom code is less prone to race conditions ([#282](https://github.com/
- Extract mandatory options to constants


[6.6.1]: https://github.com/rack/rack-attack/compare/v6.6.0...v6.6.1/
[6.6.0]: https://github.com/rack/rack-attack/compare/v6.5.0...v6.6.0/
[6.5.0]: https://github.com/rack/rack-attack/compare/v6.4.0...v6.5.0/
[6.4.0]: https://github.com/rack/rack-attack/compare/v6.3.1...v6.4.0/
Expand Down Expand Up @@ -302,3 +309,4 @@ so your custom code is less prone to race conditions ([#282](https://github.com/
[@fatkodima]: https://github.com/fatkodima
[@rofreg]: https://github.com/rofreg
[@NikolayRys]: https://github.com/NikolayRys
[@ixti]: https://github.com/ixti
2 changes: 1 addition & 1 deletion lib/rack/attack/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Rack
class Attack
VERSION = '6.6.0'
VERSION = '6.6.1'
end
end

0 comments on commit f5f92f4

Please sign in to comment.