mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Release 2.4.0
This commit is contained in:
parent
ab0f16d7e8
commit
3f5047f555
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
HEAD
|
2.4.0
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
- ActionMailer.delay.method now only tries to deliver if method returns a valid message.
|
- ActionMailer.delay.method now only tries to deliver if method returns a valid message.
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Sidekiq
|
module Sidekiq
|
||||||
VERSION = "2.3.3"
|
VERSION = "2.4.0"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue