1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Version bump, changes

This commit is contained in:
Mike Perham 2014-11-19 10:01:19 -08:00
parent 9c81f99772
commit 21022bf2ba
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,7 @@
HEAD
3.3.0
-----------
- Upgrade to Celluloid 0.16 [#2056]
- Fix typo for generator test file name [dlackty, #2016]
- Add Sidekiq::Middleware::Chain#prepend [seuros, #2029]

View file

@ -1,3 +1,3 @@
module Sidekiq
VERSION = "3.2.6"
VERSION = "3.3.0"
end