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
1c460b179e
3 changed files with 12 additions and 2 deletions
|
|
@ -8,7 +8,6 @@ rvm:
|
|||
- 2.6.6
|
||||
- 2.5.8
|
||||
|
||||
|
||||
before_install:
|
||||
- yes | gem update --system
|
||||
- gem install bundler -v "~> 2.0"
|
||||
|
|
|
|||
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -2,6 +2,16 @@
|
|||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [6.4.0] - 2021-01-23
|
||||
|
||||
### Added
|
||||
|
||||
- Added support for ruby v3.0
|
||||
|
||||
### Removed
|
||||
|
||||
- Dropped support for ruby v2.3
|
||||
|
||||
## [6.3.1] - 2020-05-21
|
||||
|
||||
### Fixed
|
||||
|
|
@ -222,6 +232,7 @@ so your custom code is less prone to race conditions ([#282](https://github.com/
|
|||
- Remove unused variable
|
||||
- Extract mandatory options to constants
|
||||
|
||||
[6.4.0]: https://github.com/rack/rack-attack/compare/v6.3.1...v6.4.0/
|
||||
[6.3.1]: https://github.com/rack/rack-attack/compare/v6.3.0...v6.3.1/
|
||||
[6.3.0]: https://github.com/rack/rack-attack/compare/v6.2.2...v6.3.0/
|
||||
[6.2.2]: https://github.com/rack/rack-attack/compare/v6.2.1...v6.2.2/
|
||||
|
|
|
|||
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
module Rack
|
||||
class Attack
|
||||
VERSION = '6.3.1'
|
||||
VERSION = '6.4.0'
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue