diff --git a/CHANGELOG.md b/CHANGELOG.md index 08fd0c5..4f9f310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.2.6](https://github.com/ash-project/ash_oban/compare/v0.2.5...v0.2.6) (2024-11-04) + + + + +### Improvements: + +* add `lock_for_update?` to the oban trigger DSL + +* upgrade + ## [v0.2.5](https://github.com/ash-project/ash_oban/compare/v0.2.4...v0.2.5) (2024-09-20) diff --git a/documentation/tutorials/getting-started-with-ash-oban.md b/documentation/tutorials/getting-started-with-ash-oban.md index 3c3ea39..24abb26 100644 --- a/documentation/tutorials/getting-started-with-ash-oban.md +++ b/documentation/tutorials/getting-started-with-ash-oban.md @@ -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.5"} +{:ash_oban, "~> 0.2.6"} ``` ## Setup diff --git a/mix.exs b/mix.exs index e7550ce..59721ae 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule AshOban.MixProject do use Mix.Project - @version "0.2.5" + @version "0.2.6" @description """ The extension for integrating Ash resources with Oban.