Skip to content

Commit 1905002

Browse files
authored
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
1 parent 9a35e03 commit 1905002

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
## HEAD
2-
* 02.02.2021: Fix tests *Kirill Tatchihin*
3-
* 02.09.2020: Improve dark mode workers table links readability(#160) *V-Gutierrez*
2+
3+
## v1.5.1
4+
5+
* 06.02.2021: Generate new TAG to fix "version.rb" not updated in the previous one (#170) *Wender Freese*
6+
* 02.02.2021: Fix tests (#167) *Kirill Tatchihin*
7+
* 17.01.2021: Refactor middleware to break responsibilities (#165) *Wender Freese*
8+
9+
## v1.5.0
10+
11+
* 16.01.2021: Fully support dark mode (#164) *Wender Freese*
12+
* 02.09.2020: Improve dark mode workers table links readability (#160) *V-Gutierrez*
413
* 25.08.2020: Refactor realtime statistic JS code (#159) *kostadriano*
514
* 24.08.2020: Fix translation pt-Br start/stop (#153) *brunnohenrique*
615
* 01.07.2020: Update workers toggle visibility button on RealTime (#156) *kostadriano*
@@ -9,7 +18,7 @@
918
* 25.11.2019: Fix high memory usage in Log Parser *Dmitriy*
1019
* 04.10.2019: Fix UI problem when the number of workers increases too much (#140) *Guilherme Quirino*
1120

12-
## 1.4.0
21+
## v1.4.0
1322

1423
* 13.09.2019: Replace `chart.js` to `c3.js` (#139) *Guilherme Quirino*
1524
* 17.08.2019: Improve Date translations (#136) *Guilherme Quirino*

lib/sidekiq/statistic/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Sidekiq
44
module Statistic
5-
VERSION = '1.4.0'
5+
VERSION = '1.5.1'
66
end
77
end

0 commit comments

Comments
 (0)