mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
bump
This commit is contained in:
parent
927680cae7
commit
3553a5a116
2 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,8 @@ HEAD
|
|||
---------
|
||||
|
||||
- Raise error for duplicate queue names in config to avoid unexpected fetch algorithm change [#3911]
|
||||
- Wrap WORKER_STATE in a mutex since Hash is not threadsafe on jruby [#3958]
|
||||
- Fix concurrency bug on JRuby [#3958, mattbooks]
|
||||
- Add "Kill All" button to the retries page [#3938]
|
||||
|
||||
5.2.1
|
||||
-----------
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
module Sidekiq
|
||||
VERSION = "5.2.1"
|
||||
VERSION = "5.2.2"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue