Skip to content

Commit

Permalink
chore: release version v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jul 3, 2024
1 parent 4409ae8 commit eaaef7c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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 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.
"""
Expand Down

0 comments on commit eaaef7c

Please sign in to comment.