mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
release 3.5.4
This commit is contained in:
parent
2cead064a6
commit
1a272020f6
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
|||
# Sidekiq Changes
|
||||
|
||||
3.5.4
|
||||
-----------
|
||||
|
||||
- Ensure exception message is a string [#2707]
|
||||
- Revert racy Process.kill usage in sidekiqctl
|
||||
|
||||
3.5.3
|
||||
-----------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Sidekiq
|
||||
VERSION = "3.5.3"
|
||||
VERSION = "3.5.4"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue