diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bd2822..63b4976 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,6 @@ on: push: branches: - main - - sidekiq-7 jobs: lint: diff --git a/CHANGELOG.md b/CHANGELOG.md index f8cf796..326904c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -# next +# 0.18.0 - 2024-12-20 +- Add support for Sidekiq 7+ - Remove support for Sidekiq < 6.5 - Update minimum Ruby version to 3.0 diff --git a/lib/mini_scheduler/version.rb b/lib/mini_scheduler/version.rb index bc91acd..216a946 100644 --- a/lib/mini_scheduler/version.rb +++ b/lib/mini_scheduler/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module MiniScheduler - VERSION = "0.17.0" + VERSION = "0.18.0" end