Update changelog, version 2.2.1

This commit is contained in:
Aaron Suggs 2013-08-05 21:14:16 -04:00
parent 2925ade67c
commit 98eec24a8c
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Changlog
## v2.2.1 - master
* Add license to gemspec
* Support ruby version 1.9.2
* Change default blacklisted response code from 503 to 401; throttled response
from 503 to 429.
## v2.2.0 - 20 June 2013
* Fail2Ban filtering. See README for details. Thx @madlep!
* Introduce StoreProxy to more cleanly abstract cache stores. Thx @madlep.

View file

@ -1,5 +1,5 @@
module Rack
module Attack
VERSION = '2.2.0'
VERSION = '2.2.1'
end
end