From e1a3cf84bcbb6c3b14f125b8549cd7b5f4841569 Mon Sep 17 00:00:00 2001 From: Parker Selbert Date: Mon, 28 Nov 2022 08:01:09 -0600 Subject: [PATCH] Release v2.13.6 --- CHANGELOG.md | 8 ++++++++ mix.exs | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 [