Skip to content

Commit b38c397

Browse files
author
David Verba
authored
v0.9.0 (#23)
1 parent 1c77ce3 commit b38c397

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.9.0] - 2019-12-03
10+
11+
### Added
12+
- Tab in sidekiq web ui for bus info
13+
914
### [0.8.2] - 2019-08-06
1015

1116
### Fixed

lib/sidekiq_bus/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SidekiqBus
4-
VERSION = '0.8.2'
4+
VERSION = '0.9.0'
55
end

0 commit comments

Comments
 (0)