Skip to content

Commit bc5ae7e

Browse files
committed
Update version and CHANGELOG
1 parent a28f50a commit bc5ae7e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# rack-attack-rate-limit changelog
22

3+
## 1.1.0
4+
5+
* Add support for multiple throttles.
6+
37
## 1.0.0
48

59
* Support for Rails 4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Rack
22
class Attack
33
class RateLimit
4-
VERSION = '1.0.0'
4+
VERSION = '1.1.0'
55
end
66
end
77
end

0 commit comments

Comments
 (0)