Skip to content

Commit

Permalink
Release v2.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed Jan 27, 2025
1 parent 55f7645 commit 945e109
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,16 @@ is extremely rare) then it warns about a missing module.
This approach was chosen over a config option for backward compatibility because Oban will only
support the JSON module once the minimum supported Elixir version is v1.18.

## v2.19.1 — 2025-01-27

### Bug Fixes

- [Mix] Improve igniter installer idempotency and compatibility.

The installer now uses `on_exists: :skip` when generating a migration, so it composes safely
with other igniter installers. It also removes unnecessary `add_dep` calls that would overwrite
a previously specified Oban version with `~> 2.18`.

## v2.19.0 — 2025-01-16

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Oban.MixProject do
use Mix.Project

@source_url "https://github.com/oban-bg/oban"
@version "2.19.0"
@version "2.19.1"

def project do
[
Expand Down

0 comments on commit 945e109

Please sign in to comment.