CHANGELOG.md in job-iteration-1.5.1 vs CHANGELOG.md in job-iteration-1.6.0

- old
+ new

@@ -1,9 +1,17 @@ ### 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). + ## v1.5.1 (May 29,2024) -- [483](https://github.com/Shopify/job-iteration/pull/483) Reverts [#456 Use Arel instead of String for AR Enumerator conditionals](https://github.com/Shopify/job-iteration/pull/456) +- [483](https://github.com/Shopify/job-iteration/pull/483) - Reverts [#456 Use Arel instead of String for AR Enumerator conditionals](https://github.com/Shopify/job-iteration/pull/456) ## v1.5.0 (May 29, 2024) ### Changes - [437](https://github.com/Shopify/job-iteration/pull/437) - Use minimum between per-class `job_iteration_max_job_runtime` and `JobIteration.max_job_runtime`, instead of enforcing only setting decreasing values.