From 1905002064f8bf45e1a130787fc67df0e8cbda99 Mon Sep 17 00:00:00 2001 From: Wender Freese Date: Tue, 9 Feb 2021 14:17:34 -0300 Subject: [PATCH] Create v1.5.1 in order to fix version.rb (#170) * Create v1.5.1 in order to fix version.rb * Update CHANGELOG to add the correct pull request ID for the last change * Add prefix "v" to versions 1.4.0 and newer ones to keep compatibility --- CHANGELOG.md | 15 ++++++++++++--- lib/sidekiq/statistic/version.rb | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e1c228..970f0b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ ## HEAD -* 02.02.2021: Fix tests *Kirill Tatchihin* -* 02.09.2020: Improve dark mode workers table links readability(#160) *V-Gutierrez* + +## v1.5.1 + +* 06.02.2021: Generate new TAG to fix "version.rb" not updated in the previous one (#170) *Wender Freese* +* 02.02.2021: Fix tests (#167) *Kirill Tatchihin* +* 17.01.2021: Refactor middleware to break responsibilities (#165) *Wender Freese* + +## v1.5.0 + +* 16.01.2021: Fully support dark mode (#164) *Wender Freese* +* 02.09.2020: Improve dark mode workers table links readability (#160) *V-Gutierrez* * 25.08.2020: Refactor realtime statistic JS code (#159) *kostadriano* * 24.08.2020: Fix translation pt-Br start/stop (#153) *brunnohenrique* * 01.07.2020: Update workers toggle visibility button on RealTime (#156) *kostadriano* @@ -9,7 +18,7 @@ * 25.11.2019: Fix high memory usage in Log Parser *Dmitriy* * 04.10.2019: Fix UI problem when the number of workers increases too much (#140) *Guilherme Quirino* -## 1.4.0 +## v1.4.0 * 13.09.2019: Replace `chart.js` to `c3.js` (#139) *Guilherme Quirino* * 17.08.2019: Improve Date translations (#136) *Guilherme Quirino* diff --git a/lib/sidekiq/statistic/version.rb b/lib/sidekiq/statistic/version.rb index 1babd2b..435a3c4 100644 --- a/lib/sidekiq/statistic/version.rb +++ b/lib/sidekiq/statistic/version.rb @@ -2,6 +2,6 @@ module Sidekiq module Statistic - VERSION = '1.4.0' + VERSION = '1.5.1' end end