Skip to content

Commit

Permalink
Release v2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed Jan 26, 2023
1 parent f261281 commit 142d170
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 @@ -67,6 +67,16 @@ and `worker` details. Even bulk operations such as `insert_all_jobs`, `cancel_al

See the [2.14 upgrade guide](v2-14.html) for step-by-step instructions (all two of them).

## v2.14.1 — 2023-01-26

### Bug Fixes

- [Repo] Prevent logging SQL queries by correctly handling default opts

The query dispatch call included opts in the args list, rather than
separately. That passed options to `Repo.query` correctly, but it missed any
default options such as `log: false`, which made for noisy development logs.

## v2.14.0 — 2023-01-25

### 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/sorentwo/oban"
@version "2.14.0"
@version "2.14.1"

def project do
[
Expand Down

0 comments on commit 142d170

Please sign in to comment.