Skip to content

Commit 945e109

Browse files
committed
Release v2.19.1
1 parent 55f7645 commit 945e109

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,16 @@ is extremely rare) then it warns about a missing module.
107107
This approach was chosen over a config option for backward compatibility because Oban will only
108108
support the JSON module once the minimum supported Elixir version is v1.18.
109109

110+
## v2.19.1 — 2025-01-27
111+
112+
### Bug Fixes
113+
114+
- [Mix] Improve igniter installer idempotency and compatibility.
115+
116+
The installer now uses `on_exists: :skip` when generating a migration, so it composes safely
117+
with other igniter installers. It also removes unnecessary `add_dep` calls that would overwrite
118+
a previously specified Oban version with `~> 2.18`.
119+
110120
## v2.19.0 — 2025-01-16
111121

112122
### Enhancements

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Oban.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/oban-bg/oban"
5-
@version "2.19.0"
5+
@version "2.19.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)