We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e011514 commit d1e4309Copy full SHA for d1e4309
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## v1.0.1
4
+
5
+- BUGFIX: support arguments for throttled methods
6
7
## v1.0.0
8
9
- initial release
lib/limiter/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Limiter
- VERSION = '1.0.0'
+ VERSION = '1.0.1'
end
0 commit comments