1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
This commit is contained in:
Mike Perham 2016-06-30 21:21:47 -07:00
parent d8bd483e63
commit 5fd622e666
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
# Sidekiq Changes
4.2.0
-----------
- Enable development-mode code reloading. With Rails 5.0+, you don't need
to restart Sidekiq to pick up your Sidekiq::Worker changes anymore! [#2457]
4.1.4
-----------

View file

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