Skip to content

Commit

Permalink
Bump gem version to v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Jul 11, 2019
1 parent 50fde1e commit c3c6398
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [6.1.0] - 2019-07-11

### Added

- Provide throttle discriminator in the env `throttle_data`

## [6.0.0] - 2019-04-17

### Added
Expand Down Expand Up @@ -175,6 +181,7 @@ so your custom code is less prone to race conditions ([#282](https://github.com/
- Remove unused variable
- Extract mandatory options to constants

[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/
[5.4.2]: https://github.com/kickstarter/rack-attack/compare/v5.4.1...v5.4.2/
[5.4.1]: https://github.com/kickstarter/rack-attack/compare/v5.4.0...v5.4.1/
Expand Down
2 changes: 1 addition & 1 deletion lib/rack/attack/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Rack
class Attack
VERSION = '6.0.0'
VERSION = '6.1.0'
end
end

0 comments on commit c3c6398

Please sign in to comment.