chore: release version v1.0.4

This commit is contained in:
Zach Daniel 2024-07-03 07:25:21 -04:00
parent 4409ae88e4
commit eaaef7c6c0
2 changed files with 16 additions and 1 deletions

View file

@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.0.4](https://github.com/ash-project/ash_double_entry/compare/v1.0.3...v1.0.4) (2024-07-03)
### Bug Fixes:
* better validations around atomics
### Improvements:
* allow skipping balance updates on request
* don't destroy balances by default
## [v1.0.3](https://github.com/ash-project/ash_double_entry/compare/v1.0.2...v1.0.3) (2024-06-23)

View file

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