From c2e819769a9d765b93c66f8ae0e2737885303ae1 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Tue, 8 Jan 2019 09:23:09 -0800 Subject: [PATCH] bump, changes --- Changes.md | 5 +++++ lib/sidekiq/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index 62c2b421..488336b4 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) +5.2.5 +--------- + +- Fix default usage of `config/sidekiq.yml` [#4077, Tensho] + 5.2.4 --------- diff --git a/lib/sidekiq/version.rb b/lib/sidekiq/version.rb index 42c9d845..3928a10a 100644 --- a/lib/sidekiq/version.rb +++ b/lib/sidekiq/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Sidekiq - VERSION = "5.2.4" + VERSION = "5.2.5" end