mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +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
|
||||
|
||||
## 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.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
module Rack
|
||||
module Attack
|
||||
VERSION = '2.2.0'
|
||||
VERSION = '2.2.1'
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue