diff --git a/CHANGELOG.md b/CHANGELOG.md index 13aca724..1ca5f0bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,15 @@ Now `unique` has a `timestamp` option that allows checking the `:scheduled_at` t use Oban.Worker, unique: [period: 120, timestamp: :scheduled_at] ``` +## v2.16.1 — 2023-09-25 + +### Bug Fixes + +- [Testing] Restore splitting out all config options in helpers. + + Splitting all configuration keys is necessary when using `perform_job/3` with non-job options + such as `:engine`. + ## v2.16.0 — 2023-09-22 ### Bug Fixes diff --git a/mix.exs b/mix.exs index ba63edf7..87262a5c 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Oban.MixProject do use Mix.Project @source_url "https://github.com/sorentwo/oban" - @version "2.16.0" + @version "2.16.1" def project do [