File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 6.6.1] - 2022-04-14
6
+
7
+ ### Fixed
8
+
9
+ - Fixes deprecation warning in redis 4.6+ ([ @ixti ] )
10
+
5
11
## [ 6.6.0] - 2022-01-29
6
12
7
13
### Added
@@ -265,6 +271,7 @@ so your custom code is less prone to race conditions ([#282](https://github.com/
265
271
- Extract mandatory options to constants
266
272
267
273
274
+ [ 6.6.1 ] : https://github.com/rack/rack-attack/compare/v6.6.0...v6.6.1/
268
275
[ 6.6.0 ] : https://github.com/rack/rack-attack/compare/v6.5.0...v6.6.0/
269
276
[ 6.5.0 ] : https://github.com/rack/rack-attack/compare/v6.4.0...v6.5.0/
270
277
[ 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/
302
309
[ @fatkodima ] : https://github.com/fatkodima
303
310
[ @rofreg ] : https://github.com/rofreg
304
311
[ @NikolayRys ] : https://github.com/NikolayRys
312
+ [ @ixti ] : https://github.com/ixti
Original file line number Diff line number Diff line change 2
2
3
3
module Rack
4
4
class Attack
5
- VERSION = '6.6.0 '
5
+ VERSION = '6.6.1 '
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments