Skip to content

Commit f8081e7

Browse files
authored
Merge pull request #507 from Shopify/mangara-release-1-6-0
Release job-iteration v1.6.0
2 parents 43a2559 + 84d441b commit f8081e7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
### Main (unreleased)
22

3+
Nil
4+
5+
## v1.6.0 (Sep 24, 2024)
6+
7+
### Features
8+
39
- [464](https://github.com/Shopify/job-iteration/pull/464) - Add interruption adapter for [GoodJob](https://github.com/bensheldon/good_job).
410
- [505](https://github.com/Shopify/job-iteration/pull/505) - Add interruption adapter for [Solid Queue](https://github.com/rails/solid_queue).
511

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GIT
88
PATH
99
remote: .
1010
specs:
11-
job-iteration (1.5.1)
11+
job-iteration (1.6.0)
1212
activejob (>= 5.2)
1313

1414
GEM

lib/job-iteration/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module JobIteration
4-
VERSION = "1.5.1"
4+
VERSION = "1.6.0"
55
end

0 commit comments

Comments
 (0)