Skip to content

Commit

Permalink
Release v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed Feb 13, 2022
1 parent a1d684c commit 7d65978
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_🌟 Looking for changes to Web or Pro? Check the [Oban.Pro Changelog][opc] or
the [Oban.Web Changelog][owc]. 🌟_

Oban v2.11 requires Elixir v1.11+ and Postgres v10.0+
Oban v2.11 requires a v11 migration, Elixir v1.11+ and Postgres v10.0+

[Oban v2.11 Upgrade Guide][upg]

Expand Down Expand Up @@ -155,7 +155,7 @@ Now, here's an sample where the job has encountered an error:
}
```

## 2.11.0 — Unreleased
## 2.11.0 — 2022-02-13

### Enhancements

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.10"}
{:oban, "~> 2.11"}
]
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.10"}
{:oban, "~> 2.11"}
]
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.11.0-dev"
@version "2.11.0"

def project do
[
Expand Down

0 comments on commit 7d65978

Please sign in to comment.