From f5f92f44594f9c1ae33f9bfeeaa329348941350c Mon Sep 17 00:00:00 2001 From: Gonzalo Date: Wed, 13 Apr 2022 22:50:01 -0300 Subject: [PATCH] Bump gem version to v6.6.1 --- CHANGELOG.md | 8 ++++++++ lib/rack/attack/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 552aaac1..3983c4d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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 ### Added @@ -265,6 +271,7 @@ so your custom code is less prone to race conditions ([#282](https://github.com/ - 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.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/ @@ -302,3 +309,4 @@ so your custom code is less prone to race conditions ([#282](https://github.com/ [@fatkodima]: https://github.com/fatkodima [@rofreg]: https://github.com/rofreg [@NikolayRys]: https://github.com/NikolayRys +[@ixti]: https://github.com/ixti diff --git a/lib/rack/attack/version.rb b/lib/rack/attack/version.rb index 19defa79..fe7ae8db 100644 --- a/lib/rack/attack/version.rb +++ b/lib/rack/attack/version.rb @@ -2,6 +2,6 @@ module Rack class Attack - VERSION = '6.6.0' + VERSION = '6.6.1' end end