From 24d12dd553a7e72e80fe5f8a3ab8a9ef856d9770 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Thu, 20 Sep 2018 13:08:15 -0700 Subject: [PATCH] changes, bump --- Changes.md | 5 +++++ lib/sidekiq/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index 42be2ad9..044b5305 100644 --- a/Changes.md +++ b/Changes.md @@ -2,6 +2,11 @@ [Sidekiq Changes](https://github.com/mperham/sidekiq/blob/master/Changes.md) | [Sidekiq Pro Changes](https://github.com/mperham/sidekiq/blob/master/Pro-Changes.md) | [Sidekiq Enterprise Changes](https://github.com/mperham/sidekiq/blob/master/Ent-Changes.md) +HEAD +--------- + +- Fix a few issues with mobile Web UI styling [#3973, navied] + 5.2.2 --------- diff --git a/lib/sidekiq/version.rb b/lib/sidekiq/version.rb index 67ed3eab..283a1133 100644 --- a/lib/sidekiq/version.rb +++ b/lib/sidekiq/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Sidekiq - VERSION = "5.2.2" + VERSION = "5.2.3" end