Skip to content

Commit 7ebad6a

Browse files
committed
v0.8.1
Fixed - Schedule is now setup correctly for dyanmic schedules and non-dynamic
1 parent 128626c commit 7ebad6a

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.8.1] - 2019-08-05
10+
11+
### Fixed
12+
- Schedule is now setup correctly for dyanmic schedules and non-dynamic
13+
914
## [0.8.0] - 2019-07-31
1015

1116
### Added

lib/sidekiq_bus/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SidekiqBus
2-
VERSION = "0.8.0"
2+
VERSION = "0.8.1"
33
end

0 commit comments

Comments
 (0)