version 4.0.1

This commit is contained in:
Aaron Suggs 2014-05-14 13:37:30 -04:00
parent 9e26160eae
commit 0e599a4dd6
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -1,5 +1,5 @@
module Rack
class Attack
VERSION = '4.0.0'
VERSION = '4.0.1'
end
end