Skip to content

Commit

Permalink
bump v5 beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelolx committed Dec 23, 2022
1 parent dfc30dc commit f664996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 5.0.0.beta1

- [**BREAKING CHANGE**] Moves all sidekiq-scheduler config options under the `scheduler` key in the `sidekiq.yml` file [#412](https://github.com/sidekiq-scheduler/sidekiq-scheduler/pull/412)
- If you're migrating from v4 to v5, any `sidekiq-scheduler` config you may have in your `sidekiq.yml` should be moved under the `scheduler` key.
Expand Down
2 changes: 1 addition & 1 deletion lib/sidekiq-scheduler/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SidekiqScheduler
VERSION = "4.0.3"
VERSION = "5.0.0.beta1"
end

0 comments on commit f664996

Please sign in to comment.