From c3c6398f7ec31a5b03079c64c9b1bb87d2da0ae2 Mon Sep 17 00:00:00 2001 From: Gonzalo Rodriguez Date: Thu, 11 Jul 2019 17:01:40 -0300 Subject: [PATCH] Bump gem version to v6.1.0 --- 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 ce6d6838..a6db841e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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/ diff --git a/lib/rack/attack/version.rb b/lib/rack/attack/version.rb index 40d8505f..74ba0cbb 100644 --- a/lib/rack/attack/version.rb +++ b/lib/rack/attack/version.rb @@ -2,6 +2,6 @@ module Rack class Attack - VERSION = '6.0.0' + VERSION = '6.1.0' end end