Skip to content

Commit

Permalink
bump 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelolx committed Oct 5, 2022
1 parent 433783e commit cbf62f9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 4.0.3

- [**GH Actions**] Add dependabot for GitHub Actions [#390](https://github.com/sidekiq-scheduler/sidekiq-scheduler/pull/390)
- [**ENHANCEMENT**] Add «Enable all» and «Disable all» buttons [#398](https://github.com/sidekiq-scheduler/sidekiq-scheduler/pull/398)
- [**ENHANCEMENT**] Allow for multiple applications to share a Redis DB [#401](https://github.com/sidekiq-scheduler/sidekiq-scheduler/pull/401)
- [**FIX**] Fix metadata for Sidekiq strict_args! [#403](https://github.com/sidekiq-scheduler/sidekiq-scheduler/pull/403)
- [**FIX**] Redis 5.0 compatibility [#404](https://github.com/sidekiq-scheduler/sidekiq-scheduler/pull/404)
- [**FIX**] Fix the constantize method [#408](https://github.com/sidekiq-scheduler/sidekiq-scheduler/pull/408)

# 4.0.2

- [**FIX**] Fix sidekiq deprecation warning when Sidekiq 6.5+ [#385](https://github.com/sidekiq-scheduler/sidekiq-scheduler/pull/385)
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.2"
VERSION = "4.0.3"
end
2 changes: 1 addition & 1 deletion sidekiq-scheduler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 2.5'

s.add_dependency 'sidekiq', '>= 4'
s.add_dependency 'sidekiq', '>= 4', '< 7'
s.add_dependency 'redis', '>= 4.2.0'
s.add_dependency 'rufus-scheduler', '~> 3.2'
s.add_dependency 'tilt', '>= 1.4.0'
Expand Down

0 comments on commit cbf62f9

Please sign in to comment.