mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
prep 3.2.4
This commit is contained in:
parent
3943082e23
commit
1867c79ea8
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
3.2.4
|
||||
-----------
|
||||
|
||||
- Fix issue preventing ActionMailer sends working in some cases with
|
||||
Rails 4. [pbhogan, #1923]
|
||||
|
||||
3.2.3
|
||||
-----------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Sidekiq
|
||||
VERSION = "3.2.3"
|
||||
VERSION = "3.2.4"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue