diff --git a/CHANGELOG.md b/CHANGELOG.md index fe187b1..03dbb90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changlog +## master (unreleased) + + - Redis proxy passes `raw: true` (thanks @stanhu) + ## v4.2.0 - 26 Oct 2014 - Throttle's `period` argument now takes a proc as well as a number (thanks @gsamokovarov) - Invoke the `#call` method on `blacklist_response` and `throttle_response` instead of `#[]`, as per the Rack spec. (thanks @gsamokovarov) diff --git a/lib/rack/attack/version.rb b/lib/rack/attack/version.rb index 0399c7b..e7a3735 100644 --- a/lib/rack/attack/version.rb +++ b/lib/rack/attack/version.rb @@ -1,5 +1,5 @@ module Rack class Attack - VERSION = '4.2.0' + VERSION = '4.3.0' end end