From 1dd29f66b873f95a52f5dbdf30d5dc6268770894 Mon Sep 17 00:00:00 2001 From: Aaron Suggs Date: Thu, 16 Apr 2015 14:06:46 -0400 Subject: [PATCH] Update changelog for #118; bump to v4.3.0 --- CHANGELOG.md | 4 ++++ lib/rack/attack/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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