diff --git a/CHANGELOG.md b/CHANGELOG.md index c4cf364..0b88e97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/mix.exs b/mix.exs index 0674156..f934483 100644 --- a/mix.exs +++ b/mix.exs @@ -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. """