We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a28f50a commit bc5ae7eCopy full SHA for bc5ae7e
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# rack-attack-rate-limit changelog
2
3
+## 1.1.0
4
+
5
+* Add support for multiple throttles.
6
7
## 1.0.0
8
9
* Support for Rails 4
lib/rack/attack/rate-limit/version.rb
@@ -1,7 +1,7 @@
module Rack
class Attack
class RateLimit
- VERSION = '1.0.0'
+ VERSION = '1.1.0'
end
0 commit comments