Skip to content

Commit 3654293

Browse files
committed
Bump gem version to v6.2.1
1 parent e3056e7 commit 3654293

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.1] - 2019-10-30
6+
7+
### Fixed
8+
9+
- Remove unintended side-effects on Rails app initialization order. It was potentially affecting the order of `config/initializers/*` in respect to gems initializers (#457)
10+
511
## [6.2.0] - 2019-10-12
612

713
### Added
@@ -189,6 +195,7 @@ so your custom code is less prone to race conditions ([#282](https://github.com/
189195
- Remove unused variable
190196
- Extract mandatory options to constants
191197

198+
[6.2.1]: https://github.com/kickstarter/rack-attack/compare/v6.2.0...v6.2.1/
192199
[6.2.0]: https://github.com/kickstarter/rack-attack/compare/v6.1.0...v6.2.0/
193200
[6.1.0]: https://github.com/kickstarter/rack-attack/compare/v6.0.0...v6.1.0/
194201
[6.0.0]: https://github.com/kickstarter/rack-attack/compare/v5.4.2...v6.0.0/

lib/rack/attack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Rack
44
class Attack
5-
VERSION = '6.2.0'
5+
VERSION = '6.2.1'
66
end
77
end

0 commit comments

Comments
 (0)