Version 3.0.0; update changelog

This commit is contained in:
Aaron Suggs 2014-03-15 08:01:55 -04:00
parent 1abe292240
commit 7c6cead69c
2 changed files with 3 additions and 1 deletions

View file

@ -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)

View file

@ -1,5 +1,5 @@
module Rack
module Attack
VERSION = '2.3.0'
VERSION = '3.0.0'
end
end