Skip to content

Commit

Permalink
bump final release sidekiq-scheduler v5
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelolx committed Jan 23, 2023
1 parent 37e487f commit 0c299a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 5.0.0

- [**FIX**] Ensure generated scheduled time has a precision of 3 miliseconds. [#418](https://github.com/sidekiq-scheduler/sidekiq-scheduler/pull/418)

*Note 1:* Check [# 5.0.0.beta1](#500beta1) & [# 5.0.0.beta2](#500beta2) releases for breaking changes.

*Note 2:* Sidekiq Embedding is yet not supported, see [#419](https://github.com/sidekiq-scheduler/sidekiq-scheduler/issues/419) for more details.


# 5.0.0.beta2

- [**FIX**] Drop explicit redis dependency [#416](https://github.com/sidekiq-scheduler/sidekiq-scheduler/pull/416)
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 = "5.0.0.beta2"
VERSION = "5.0.0"
end

0 comments on commit 0c299a9

Please sign in to comment.