Skip to content

Commit f5f92f4

Browse files
committed
Bump gem version to v6.6.1
1 parent 07822ad commit f5f92f4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## [6.6.1] - 2022-04-14
6+
7+
### Fixed
8+
9+
- Fixes deprecation warning in redis 4.6+ ([@ixti])
10+
511
## [6.6.0] - 2022-01-29
612

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

267273

274+
[6.6.1]: https://github.com/rack/rack-attack/compare/v6.6.0...v6.6.1/
268275
[6.6.0]: https://github.com/rack/rack-attack/compare/v6.5.0...v6.6.0/
269276
[6.5.0]: https://github.com/rack/rack-attack/compare/v6.4.0...v6.5.0/
270277
[6.4.0]: https://github.com/rack/rack-attack/compare/v6.3.1...v6.4.0/
@@ -302,3 +309,4 @@ so your custom code is less prone to race conditions ([#282](https://github.com/
302309
[@fatkodima]: https://github.com/fatkodima
303310
[@rofreg]: https://github.com/rofreg
304311
[@NikolayRys]: https://github.com/NikolayRys
312+
[@ixti]: https://github.com/ixti

Diff for: lib/rack/attack/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Rack
44
class Attack
5-
VERSION = '6.6.0'
5+
VERSION = '6.6.1'
66
end
77
end

0 commit comments

Comments
 (0)