We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43a2559 + 84d441b commit f8081e7Copy full SHA for f8081e7
CHANGELOG.md
@@ -1,5 +1,11 @@
1
### Main (unreleased)
2
3
+Nil
4
+
5
+## v1.6.0 (Sep 24, 2024)
6
7
+### Features
8
9
- [464](https://github.com/Shopify/job-iteration/pull/464) - Add interruption adapter for [GoodJob](https://github.com/bensheldon/good_job).
10
- [505](https://github.com/Shopify/job-iteration/pull/505) - Add interruption adapter for [Solid Queue](https://github.com/rails/solid_queue).
11
Gemfile.lock
@@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
- job-iteration (1.5.1)
+ job-iteration (1.6.0)
12
activejob (>= 5.2)
13
14
GEM
lib/job-iteration/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module JobIteration
- VERSION = "1.5.1"
+ VERSION = "1.6.0"
end
0 commit comments