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-09-26 11:25:10 -07:00
parent 4611b75dad
commit 63c9688380
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Sidekiq Changes
4.2.2
-----------
- Fix ever-increasing cookie size with nginx [#3146, cconstantine]
- Fix so Web UI works without trailing slash [#3158, timdorr]
4.2.1
-----------

View file

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