diff --git a/CHANGELOG.md b/CHANGELOG.md index 198b221..40ccdbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Changlog ## master (unreleased) - - Default throttled/blacklist responses have Content-Type: text/plain +## v4.1.0 - 22 May 2014 + - Tracks take an optional limit and period to only notify once a threshold + is reached (similar to throttles). Thanks @chiliburger! + - Default throttled & blacklist responses have Content-Type: text/plain - Rack::Attack.clear! resets tracks ## v4.0.1 - 14 May 2014 diff --git a/lib/rack/attack/version.rb b/lib/rack/attack/version.rb index cd37f2c..07142bb 100644 --- a/lib/rack/attack/version.rb +++ b/lib/rack/attack/version.rb @@ -1,5 +1,5 @@ module Rack class Attack - VERSION = '4.0.1' + VERSION = '4.1.0' end end