mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-27 15:07:41 +00:00
Bump gem version to v6.6.1
This commit is contained in:
parent
07822ada92
commit
f5f92f4459
2 changed files with 9 additions and 1 deletions
|
|
@ -2,6 +2,12 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [6.6.1] - 2022-04-14
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixes deprecation warning in redis 4.6+ ([@ixti])
|
||||||
|
|
||||||
## [6.6.0] - 2022-01-29
|
## [6.6.0] - 2022-01-29
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
@ -265,6 +271,7 @@ so your custom code is less prone to race conditions ([#282](https://github.com/
|
||||||
- Extract mandatory options to constants
|
- Extract mandatory options to constants
|
||||||
|
|
||||||
|
|
||||||
|
[6.6.1]: https://github.com/rack/rack-attack/compare/v6.6.0...v6.6.1/
|
||||||
[6.6.0]: https://github.com/rack/rack-attack/compare/v6.5.0...v6.6.0/
|
[6.6.0]: https://github.com/rack/rack-attack/compare/v6.5.0...v6.6.0/
|
||||||
[6.5.0]: https://github.com/rack/rack-attack/compare/v6.4.0...v6.5.0/
|
[6.5.0]: https://github.com/rack/rack-attack/compare/v6.4.0...v6.5.0/
|
||||||
[6.4.0]: https://github.com/rack/rack-attack/compare/v6.3.1...v6.4.0/
|
[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/
|
||||||
[@fatkodima]: https://github.com/fatkodima
|
[@fatkodima]: https://github.com/fatkodima
|
||||||
[@rofreg]: https://github.com/rofreg
|
[@rofreg]: https://github.com/rofreg
|
||||||
[@NikolayRys]: https://github.com/NikolayRys
|
[@NikolayRys]: https://github.com/NikolayRys
|
||||||
|
[@ixti]: https://github.com/ixti
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
module Rack
|
module Rack
|
||||||
class Attack
|
class Attack
|
||||||
VERSION = '6.6.0'
|
VERSION = '6.6.1'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue