Skip to content

Commit 84d441b

Browse files
committed
Release job-iteration v1.6.0
1 parent 43a2559 commit 84d441b

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)