File tree 2 files changed +8
-1
lines changed
2 files changed +8
-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.2.2] - 2019-12-18
6
+
7
+ ### Fixed
8
+
9
+ - Fixed occasional ` Redis::FutureNotReady ` error (#445 ) (@fatkodima )
10
+
5
11
## [ 6.2.1] - 2019-10-30
6
12
7
13
### Fixed
@@ -195,6 +201,7 @@ so your custom code is less prone to race conditions ([#282](https://github.com/
195
201
- Remove unused variable
196
202
- Extract mandatory options to constants
197
203
204
+ [ 6.2.2 ] : https://github.com/kickstarter/rack-attack/compare/v6.2.1...v6.2.2/
198
205
[ 6.2.1 ] : https://github.com/kickstarter/rack-attack/compare/v6.2.0...v6.2.1/
199
206
[ 6.2.0 ] : https://github.com/kickstarter/rack-attack/compare/v6.1.0...v6.2.0/
200
207
[ 6.1.0 ] : https://github.com/kickstarter/rack-attack/compare/v6.0.0...v6.1.0/
Original file line number Diff line number Diff line change 2
2
3
3
module Rack
4
4
class Attack
5
- VERSION = '6.2.1 '
5
+ VERSION = '6.2.2 '
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments