Skip to content

Commit

Permalink
Release v2.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed Nov 28, 2022
1 parent 13b5f10 commit e1a3cf8
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 @@ -51,6 +51,14 @@ other "extension" modules. For the sake of consistency with notifiers and peers,
the Basic and Inline engines are now `Oban.Engines.Basic` and
`Oban.Engines.Inline`, respectively.

## v2.13.6 — 2022-11-28

- [Testing] Put default timestamps directly in changeset.

Workers that override `new/2` and don't pass options through would end up
without necessary timestamps, causing a `CaseClauseError` during execution
when timestamps couldn't be compared.

## v2.13.5 — 2022-11-14

### 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.13.5"
@version "2.13.6"

def project do
[
Expand Down

0 comments on commit e1a3cf8

Please sign in to comment.