mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-27 15:07:41 +00:00
Update changelog, version 2.2.1
This commit is contained in:
parent
2925ade67c
commit
98eec24a8c
2 changed files with 7 additions and 1 deletions
|
|
@ -1,5 +1,11 @@
|
||||||
# Changlog
|
# 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
|
## v2.2.0 - 20 June 2013
|
||||||
* Fail2Ban filtering. See README for details. Thx @madlep!
|
* Fail2Ban filtering. See README for details. Thx @madlep!
|
||||||
* Introduce StoreProxy to more cleanly abstract cache stores. Thx @madlep.
|
* Introduce StoreProxy to more cleanly abstract cache stores. Thx @madlep.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
module Rack
|
module Rack
|
||||||
module Attack
|
module Attack
|
||||||
VERSION = '2.2.0'
|
VERSION = '2.2.1'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue