version 4.1.1

This commit is contained in:
Aaron Suggs 2014-09-08 21:34:28 -04:00
parent 8d3e824068
commit 1db5a00431
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,8 @@
# Changlog
## master (unreleased)
- Fix a race condition in throttles that could allow more requests than intended.
## v4.1.0 - 22 May 2014
- Tracks take an optional limit and period to only notify once a threshold
is reached (similar to throttles). Thanks @chiliburger!

View file

@ -1,5 +1,5 @@
module Rack
class Attack
VERSION = '4.1.0'
VERSION = '4.1.1'
end
end