diff --git a/CHANGELOG.md b/CHANGELOG.md index 94434542..9f176f9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,16 @@ 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.3 — 2022-09-07 + +### Bug Fixes + +- [Oban] Fix dialyzer for `insert/2` and `insert_all/2`, again. + + The recent addition of a `@spec` for `Oban.insert/2` broke dialyzer in some + situations. To prevent this regression in the future we now include a compiled + module that exercises all `Oban.insert` function clauses for dialyzer. + ## v2.13.2 — 2022-08-19 ### Bug Fixes diff --git a/mix.exs b/mix.exs index a18ad3c8..a1b63ae2 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.2" + @version "2.13.3" def project do [