mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
version 4.0.1
This commit is contained in:
parent
9e26160eae
commit
0e599a4dd6
2 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
|||
# Changlog
|
||||
|
||||
## master (unreleased)
|
||||
|
||||
## v4.0.1 - 14 May 2014
|
||||
* Add throttle discriminator to rack env (thanks @blahed)
|
||||
|
||||
## v4.0.0 - 28 April 2014
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
module Rack
|
||||
class Attack
|
||||
VERSION = '4.0.0'
|
||||
VERSION = '4.0.1'
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue