Skip to content

Commit

Permalink
Prepare for 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gevans committed Apr 24, 2014
1 parent da42baf commit ed7603f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
## 0.4.0 (*Unreleased*)
## 0.4.0 (April 24, 2014)

* Now supports using a Proc for `:period` option.

*Kainage*

* Fix for throttler spec that was using symbol keys but the testing with
string keys.

*worst*

* Dependency lock is loosened for compatibility with Sidekiq 3.0.

*Gabe Evans*

## 0.3.1 (November 5, 2013)

* `Singleton` is explicitly required, fixing a `NameError`.
Expand Down
2 changes: 1 addition & 1 deletion lib/sidekiq/throttler/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Sidekiq
class Throttler
VERSION = '0.3.1'
VERSION = '0.4.0'
end
end

0 comments on commit ed7603f

Please sign in to comment.