We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c77ce3 commit b38c397Copy full SHA for b38c397
CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.9.0] - 2019-12-03
10
+
11
+### Added
12
+- Tab in sidekiq web ui for bus info
13
14
### [0.8.2] - 2019-08-06
15
16
### Fixed
lib/sidekiq_bus/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module SidekiqBus
4
- VERSION = '0.8.2'
+ VERSION = '0.9.0'
5
end
0 commit comments