mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
update changes
This commit is contained in:
parent
4454c63085
commit
e1eb892710
2 changed files with 8 additions and 2 deletions
|
@ -1,8 +1,14 @@
|
|||
2.15.2
|
||||
-----------
|
||||
|
||||
- Iterating over Sidekiq::Queue and Sidekiq::SortedSet will now work as
|
||||
intended when jobs are deleted [#866, aackerman]
|
||||
- A few more minor Web UI fixes [#1247]
|
||||
|
||||
2.15.1
|
||||
-----------
|
||||
|
||||
- Fix several Web UI issues with the Bootstrap 3 upgrade.
|
||||
- Iterating over Sidekiq::Queue and Sidekiq::SortedSet will now work as intended when jobs are deleted [#866, aackerman]
|
||||
|
||||
2.15.0
|
||||
-----------
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Sidekiq
|
||||
VERSION = "2.15.1"
|
||||
VERSION = "2.15.2"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue