Skip to content

Commit

Permalink
bump 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelolx committed Jan 31, 2023
1 parent 501a28b commit 45862bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 5.0.1

- [**ENHANCEMENT**] Adds Ruby 3.2 to the CI matrix. [#420](https://github.com/sidekiq-scheduler/sidekiq-scheduler/pull/420)
- [**DOCS**] README: refer to v5 as released. [#421](https://github.com/sidekiq-scheduler/sidekiq-scheduler/pull/421)
- [**FIX**] Fix dependency on Rails `.present?` method. [#425](https://github.com/sidekiq-scheduler/sidekiq-scheduler/pull/425)

# 5.0.0

- [**FIX**] Ensure generated scheduled time has a precision of 3 miliseconds. [#418](https://github.com/sidekiq-scheduler/sidekiq-scheduler/pull/418)
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"
VERSION = "5.0.1"
end

0 comments on commit 45862bd

Please sign in to comment.