Skip to content

Commit

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

<!-- changelog -->

## [v0.2.6](https://github.com/ash-project/ash_state_machine/compare/v0.2.5...v0.2.6) (2024-08-31)




### Bug Fixes:

* don't return tuple from `valid_next_state`

## [v0.2.5](https://github.com/ash-project/ash_state_machine/compare/v0.2.4...v0.2.5) (2024-07-13)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ If you haven't already, read the [Ash Getting Started Guide](https://hexdocs.pm/
## Bring in the ash_state_machine dependency

```elixir
{:ash_state_machine, "~> 0.2.5"}
{:ash_state_machine, "~> 0.2.6"}
```

## Add the extension to your resource
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 AshStateMachine.MixProject do
use Mix.Project

@version "0.2.5"
@version "0.2.6"

@description """
The extension for building state machines with Ash resources.
Expand Down

0 comments on commit 1e5d9f6

Please sign in to comment.