mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-27 15:07:41 +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
|
# Changlog
|
||||||
|
|
||||||
## master (unreleased)
|
## master (unreleased)
|
||||||
|
|
||||||
|
## v4.0.1 - 14 May 2014
|
||||||
* Add throttle discriminator to rack env (thanks @blahed)
|
* Add throttle discriminator to rack env (thanks @blahed)
|
||||||
|
|
||||||
## v4.0.0 - 28 April 2014
|
## v4.0.0 - 28 April 2014
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
module Rack
|
module Rack
|
||||||
class Attack
|
class Attack
|
||||||
VERSION = '4.0.0'
|
VERSION = '4.0.1'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue