Skip to content

Commit

Permalink
Release v2.17.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed Jun 28, 2024
1 parent 1996be9 commit bd2892d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@ args
|> Oban.insert()
```

## v2.17.12 — 2024-06-28

### Bug Fixes

- [Basic] Return `{:ok, job}` tuple on unique advisory lock conflict.

The advisory lock clause only returned the job, not a success tuple.

## v2.17.11 — 2024-06-25

### Bug Fixes
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/sorentwo/oban"
@version "2.17.11"
@version "2.17.12"

def project do
[
Expand Down

0 comments on commit bd2892d

Please sign in to comment.