Skip to content

Commit

Permalink
Release v2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed Sep 25, 2023
1 parent 911c830 commit ba57629
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ Now `unique` has a `timestamp` option that allows checking the `:scheduled_at` t
use Oban.Worker, unique: [period: 120, timestamp: :scheduled_at]
```

## v2.16.1 — 2023-09-25

### Bug Fixes

- [Testing] Restore splitting out all config options in helpers.

Splitting all configuration keys is necessary when using `perform_job/3` with non-job options
such as `:engine`.

## v2.16.0 — 2023-09-22

### 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.16.0"
@version "2.16.1"

def project do
[
Expand Down

0 comments on commit ba57629

Please sign in to comment.