mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Merge branch '6-stable'
This commit is contained in:
commit
626eb8e133
2 changed files with 8 additions and 1 deletions
|
|
@ -2,6 +2,12 @@
|
|||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [6.2.2] - 2019-12-18
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed occasional `Redis::FutureNotReady` error (#445) (@fatkodima)
|
||||
|
||||
## [6.2.1] - 2019-10-30
|
||||
|
||||
### Fixed
|
||||
|
|
@ -195,6 +201,7 @@ so your custom code is less prone to race conditions ([#282](https://github.com/
|
|||
- Remove unused variable
|
||||
- Extract mandatory options to constants
|
||||
|
||||
[6.2.2]: https://github.com/kickstarter/rack-attack/compare/v6.2.1...v6.2.2/
|
||||
[6.2.1]: https://github.com/kickstarter/rack-attack/compare/v6.2.0...v6.2.1/
|
||||
[6.2.0]: https://github.com/kickstarter/rack-attack/compare/v6.1.0...v6.2.0/
|
||||
[6.1.0]: https://github.com/kickstarter/rack-attack/compare/v6.0.0...v6.1.0/
|
||||
|
|
|
|||
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
module Rack
|
||||
class Attack
|
||||
VERSION = '6.2.1'
|
||||
VERSION = '6.2.2'
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue