Skip to content

Commit

Permalink
Version bump, release later
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Sep 1, 2014
1 parent 626ece7 commit 70cb0a9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes.md
Expand Up @@ -5,6 +5,8 @@
- Add queues list for each process to the Busy page. [davetoxa, #1897]
- Fix for crash caused by empty config file. [jordan0day, #1901]
- Add Rails Worker generator, `rails g sidekiq:worker User` will create `app/workers/user_worker.rb`. [seuros, #1909]
- Fix Web UI rendering with huge job arguments [jhass, #1918]
- Minor refactoring of Sidekiq::Client internals, for Sidekiq Pro. [#1919]

3.2.2
-----------
Expand Down
8 changes: 8 additions & 0 deletions Pro-Changes.md
Expand Up @@ -3,6 +3,14 @@ Sidekiq Pro Changelog

Please see [http://sidekiq.org/pro](http://sidekiq.org/pro) for more details and how to buy.

1.8.0
-----------

- Fix long standing Batch race condition where Batches can complete
before they have been fully defined or only half-defined. Requires
Sidekiq 3.2.3. [#1919]


1.7.5
-----------

Expand Down
2 changes: 1 addition & 1 deletion lib/sidekiq/version.rb
@@ -1,3 +1,3 @@
module Sidekiq
VERSION = "3.2.2"
VERSION = "3.2.3"
end

0 comments on commit 70cb0a9

Please sign in to comment.