chore: release version v1.0.6

This commit is contained in:
Zach Daniel 2024-08-03 19:06:50 -04:00
parent 9fe89dda88
commit a2320ceaae
2 changed files with 10 additions and 1 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.0.6](https://github.com/ash-project/ash_double_entry/compare/v1.0.5...v1.0.6) (2024-08-03)
### Bug Fixes:
* properly set authorize option when updating transfers
## [v1.0.5](https://github.com/ash-project/ash_double_entry/compare/v1.0.4...v1.0.5) (2024-08-03)

View file

@ -1,7 +1,7 @@
defmodule AshDoubleEntry.MixProject do
use Mix.Project
@version "1.0.5"
@version "1.0.6"
@description """
A customizable double entry bookkeeping system backed by Ash resources.
"""