chore: release version v0.1.2

This commit is contained in:
Zach Daniel 2023-05-08 14:49:59 -04:00
parent 1520a3db3e
commit 7d4b783676
4 changed files with 12 additions and 3 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.1.2](https://github.com/ash-project/ash_oban/compare/v0.1.1...v0.1.2) (2023-05-08)
### Improvements:
* make scheduler default queue the same as worker
## [v0.1.1](https://github.com/ash-project/ash_oban/compare/v0.1.0...v0.1.1) (2023-05-01)

View file

@ -7,7 +7,7 @@ An oban extension for `Ash.Resource`
```elixir
def deps do
[
{:ash_oban, "~> 0.1.1"}
{:ash_oban, "~> 0.1.2"}
]
end
```

View file

@ -14,7 +14,7 @@ If you haven't already, read the [Ash Getting Started Guide](https://hexdocs.pm/
def deps()
[
...
{:ash_oban, "~> 0.1.1"}
{:ash_oban, "~> 0.1.2"}
]
end
```

View file

@ -1,7 +1,7 @@
defmodule AshOban.MixProject do
use Mix.Project
@version "0.1.1"
@version "0.1.2"
@description """
An Ash.Resource extension for integrating with Oban.