From 3654293085f6ac0401d0046cb32529ea0ac5519d Mon Sep 17 00:00:00 2001 From: Gonzalo Rodriguez Date: Wed, 30 Oct 2019 15:26:58 -0300 Subject: [PATCH] Bump gem version to v6.2.1 --- CHANGELOG.md | 7 +++++++ lib/rack/attack/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f125d166..a9d7cd3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [6.2.1] - 2019-10-30 + +### Fixed + +- Remove unintended side-effects on Rails app initialization order. It was potentially affecting the order of `config/initializers/*` in respect to gems initializers (#457) + ## [6.2.0] - 2019-10-12 ### Added @@ -189,6 +195,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.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/ [6.0.0]: https://github.com/kickstarter/rack-attack/compare/v5.4.2...v6.0.0/ diff --git a/lib/rack/attack/version.rb b/lib/rack/attack/version.rb index 715c7836..d6ea4e72 100644 --- a/lib/rack/attack/version.rb +++ b/lib/rack/attack/version.rb @@ -2,6 +2,6 @@ module Rack class Attack - VERSION = '6.2.0' + VERSION = '6.2.1' end end