Skip to content

Commit

Permalink
Release v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed Apr 2, 2021
1 parent 3008fe1 commit 4aff949
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to `Oban` are documented here.

## [2.6.1] — 2021-04-02

### Fixes

- [Oban.Drainer] Always use the `BasicEngine` for draining, regardless of the
currently configured engine.

## [2.6.0] — 2021-04-02

_🌟 Web and Pro users should check the [v2.6 upgrade guide][v26ug] for a
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ dependencies in `mix.exs`:
```elixir
def deps do
[
{:oban, "~> 2.6.0"}
{:oban, "~> 2.6.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion guides/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies in `mix.exs`:
```elixir
def deps do
[
{:oban, "~> 2.6.0"}
{:oban, "~> 2.6.1"}
]
end
```
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.6.0"
@version "2.6.1"

def project do
[
Expand Down

0 comments on commit 4aff949

Please sign in to comment.