Skip to content

Commit

Permalink
Release v2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed Sep 23, 2021
1 parent c7d1381 commit 2f9ea83
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Expand Up @@ -8,6 +8,14 @@ the [Oban.Web Changelog][owc]. 🌟_
[opc]: https://hexdocs.pm/oban/pro-changelog.html
[owc]: https://hexdocs.pm/oban/web-changelog.html

## [2.9.1] — 2021-09-23

### Fixed

- [Oban] Correctly handle `prefix` in `cancel_job` and `cancel_all_jobs`.

- [Oban] Safely guard against empty changeset lits passed to `insert_all/2,4`.

## [2.9.0] — 2021-09-15

### Optionally Use Meta for Unique Jobs
Expand Down Expand Up @@ -1074,7 +1082,8 @@ No changes from [2.0.0-rc.3][].

For changes prior to 2.0 see the [1.2 branch][1.2]

[Unreleased]: https://github.com/sorentwo/oban/compare/v2.9.0...HEAD
[Unreleased]: https://github.com/sorentwo/oban/compare/v2.9.1...HEAD
[2.9.1]: https://github.com/sorentwo/oban/compare/v2.9.0...v2.9.1
[2.9.0]: https://github.com/sorentwo/oban/compare/v2.8.0...v2.9.0
[2.8.0]: https://github.com/sorentwo/oban/compare/v2.7.2...v2.8.0
[2.7.2]: https://github.com/sorentwo/oban/compare/v2.7.1...v2.7.2
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -2,7 +2,7 @@ defmodule Oban.MixProject do
use Mix.Project

@source_url "https://github.com/sorentwo/oban"
@version "2.9.0"
@version "2.9.1"

def project do
[
Expand Down

0 comments on commit 2f9ea83

Please sign in to comment.