Skip to content

Commit

Permalink
chore: release version v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Oct 4, 2023
1 parent 427b5bf commit 4131a31
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v0.1.9](https://github.com/ash-project/ash_oban/compare/v0.1.8...v0.1.9) (2023-10-04)




### Improvements:

* more granular & more broad testing helpers

* more debug logs, make debugging opt-in

## [v0.1.8](https://github.com/ash-project/ash_oban/compare/v0.1.7...v0.1.8) (2023-09-16)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ An oban extension for `Ash.Resource`
```elixir
def deps do
[
{:ash_oban, "~> 0.1.8"}
{:ash_oban, "~> 0.1.9"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion documentation/tutorials/get-started-with-ash-oban.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you haven't already, read the [Ash Getting Started Guide](https://hexdocs.pm/
def deps()
[
...
{:ash_oban, "~> 0.1.8"}
{:ash_oban, "~> 0.1.9"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule AshOban.MixProject do
use Mix.Project

@version "0.1.8"
@version "0.1.9"

@description """
An Ash.Resource extension for integrating with Oban.
Expand Down

0 comments on commit 4131a31

Please sign in to comment.