From 7c6cead69ca9448f0177ffd007f884f1884f4e3f Mon Sep 17 00:00:00 2001 From: Aaron Suggs Date: Sat, 15 Mar 2014 08:01:55 -0400 Subject: [PATCH] Version 3.0.0; update changelog --- CHANGELOG.md | 2 ++ lib/rack/attack/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3474b03..e621610 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Master * Change default blacklisted response to 403 Forbidden (thanks @carpodaster). + * Fail gracefully when Redis store is not available; rescue exeption and don't + throttle request. (thanks @wkimeria) ## v2.3.0 - 11 October 2013 (master) * Allow throttle `limit` argument to be a proc. (thanks @lunks) diff --git a/lib/rack/attack/version.rb b/lib/rack/attack/version.rb index 3b7a47c..8dc08be 100644 --- a/lib/rack/attack/version.rb +++ b/lib/rack/attack/version.rb @@ -1,5 +1,5 @@ module Rack module Attack - VERSION = '2.3.0' + VERSION = '3.0.0' end end