1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

latest changes

This commit is contained in:
Mike Perham 2016-11-01 11:41:54 -07:00
parent cc9847cd9c
commit 179d30e712
2 changed files with 7 additions and 1 deletions

View file

@ -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
-----------

View file

@ -1,4 +1,4 @@
# frozen_string_literal: true
module Sidekiq
VERSION = "4.2.3"
VERSION = "4.2.4"
end