Skip to content

Commit

Permalink
chore: release version v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Sep 20, 2024
1 parent 00ee415 commit 78f362f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v0.2.5](https://github.com/ash-project/ash_oban/compare/v0.2.4...v0.2.5) (2024-09-20)




### Improvements:

* support `action_arguments` option to `run_trigger`

* support fully atomic actions

* add `args` option for setting custom job arguments

## [v0.2.4](https://github.com/ash-project/ash_oban/compare/v0.2.3...v0.2.4) (2024-07-19)


Expand Down
2 changes: 1 addition & 1 deletion documentation/tutorials/getting-started-with-ash-oban.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If you haven't already, read the [Ash Getting Started Guide](https://hexdocs.pm/
## Bring in the `ash_oban` dependency

```elixir
{:ash_oban, "~> 0.2.4"}
{:ash_oban, "~> 0.2.5"}
```

## Setup
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.2.4"
@version "0.2.5"

@description """
The extension for integrating Ash resources with Oban.
Expand Down

0 comments on commit 78f362f

Please sign in to comment.