Skip to content

Commit da41880

Browse files
committed
Bump gem version to v6.2.2
1 parent d7b6701 commit da41880

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+7
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.2.2] - 2019-12-18
6+
7+
### Fixed
8+
9+
- Fixed occasional `Redis::FutureNotReady` error (#445) (@fatkodima)
10+
511
## [6.2.1] - 2019-10-30
612

713
### Fixed
@@ -195,6 +201,7 @@ so your custom code is less prone to race conditions ([#282](https://github.com/
195201
- Remove unused variable
196202
- Extract mandatory options to constants
197203

204+
[6.2.2]: https://github.com/kickstarter/rack-attack/compare/v6.2.1...v6.2.2/
198205
[6.2.1]: https://github.com/kickstarter/rack-attack/compare/v6.2.0...v6.2.1/
199206
[6.2.0]: https://github.com/kickstarter/rack-attack/compare/v6.1.0...v6.2.0/
200207
[6.1.0]: https://github.com/kickstarter/rack-attack/compare/v6.0.0...v6.1.0/

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.2.1'
5+
VERSION = '6.2.2'
66
end
77
end

0 commit comments

Comments
 (0)