diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a13f684..893a26af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,14 @@ other "extension" modules. For the sake of consistency with notifiers and peers, the Basic and Inline engines are now `Oban.Engines.Basic` and `Oban.Engines.Inline`, respectively. +## v2.13.6 — 2022-11-28 + +- [Testing] Put default timestamps directly in changeset. + + Workers that override `new/2` and don't pass options through would end up + without necessary timestamps, causing a `CaseClauseError` during execution + when timestamps couldn't be compared. + ## v2.13.5 — 2022-11-14 ### Bug Fixes diff --git a/mix.exs b/mix.exs index 8ece9643..27c5603c 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.13.5" + @version "2.13.6" def project do [