File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,16 @@ is extremely rare) then it warns about a missing module.
107
107
This approach was chosen over a config option for backward compatibility because Oban will only
108
108
support the JSON module once the minimum supported Elixir version is v1.18.
109
109
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
+
110
120
## v2.19.0 — 2025-01-16
111
121
112
122
### Enhancements
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Oban.MixProject do
2
2
use Mix.Project
3
3
4
4
@ source_url "https://github.com/oban-bg/oban"
5
- @ version "2.19.0 "
5
+ @ version "2.19.1 "
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments