Skip to content

Commit

Permalink
2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfaulkner committed Oct 28, 2023
1 parent fc5e429 commit 77eb4c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# CHANGELOG

## v2.3.0

- add support for resetting RateQueue
- add support for resetting mixin-limited method

## v2.2.2

- security update to rake 13.0.6 [CVE-2020-8130]
Expand Down
2 changes: 1 addition & 1 deletion lib/limiter/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Limiter
VERSION = '2.2.2'
VERSION = '2.3.0'
end

0 comments on commit 77eb4c5

Please sign in to comment.