Skip to content

Commit

Permalink
Merge pull request #507 from Shopify/mangara-release-1-6-0
Browse files Browse the repository at this point in the history
Release job-iteration v1.6.0
  • Loading branch information
Mangara authored Sep 25, 2024
2 parents 43a2559 + 84d441b commit f8081e7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### Main (unreleased)

Nil

## v1.6.0 (Sep 24, 2024)

### Features

- [464](https://github.com/Shopify/job-iteration/pull/464) - Add interruption adapter for [GoodJob](https://github.com/bensheldon/good_job).
- [505](https://github.com/Shopify/job-iteration/pull/505) - Add interruption adapter for [Solid Queue](https://github.com/rails/solid_queue).

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
job-iteration (1.5.1)
job-iteration (1.6.0)
activejob (>= 5.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/job-iteration/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module JobIteration
VERSION = "1.5.1"
VERSION = "1.6.0"
end

0 comments on commit f8081e7

Please sign in to comment.