mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
latest changes
This commit is contained in:
parent
cc9847cd9c
commit
179d30e712
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
|||
# Sidekiq Changes
|
||||
|
||||
4.2.4
|
||||
-----------
|
||||
|
||||
- Log errors coming from the Rails 5 reloader. [#3212, eugeneius]
|
||||
- Clone job data so middleware changes don't appear in Busy tab
|
||||
|
||||
4.2.3
|
||||
-----------
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
module Sidekiq
|
||||
VERSION = "4.2.3"
|
||||
VERSION = "4.2.4"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue