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 128626c commit 7ebad6aCopy full SHA for 7ebad6a
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.8.1] - 2019-08-05
10
+
11
+### Fixed
12
+- Schedule is now setup correctly for dyanmic schedules and non-dynamic
13
14
## [0.8.0] - 2019-07-31
15
16
### Added
lib/sidekiq_bus/version.rb
@@ -1,3 +1,3 @@
1
module SidekiqBus
2
- VERSION = "0.8.0"
+ VERSION = "0.8.1"
3
end
0 commit comments