Skip to content

Commit df197c0

Browse files
committed
chore: release version v1.0.10
1 parent faff901 commit df197c0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55

66
<!-- changelog -->
77

8+
## [v1.0.10](https://github.com/ash-project/ash_double_entry/compare/v1.0.9...v1.0.10) (2025-01-26)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* use correct module reference in installer(#82)
16+
17+
* Use correct argument name for :balance_as_of calc in installer
18+
819
## [v1.0.9](https://github.com/ash-project/ash_double_entry/compare/v1.0.8...v1.0.9) (2025-01-13)
920

1021

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule AshDoubleEntry.MixProject do
22
use Mix.Project
33

4-
@version "1.0.9"
4+
@version "1.0.10"
55
@description """
66
A customizable double entry bookkeeping system backed by Ash resources.
77
"""

0 commit comments

Comments
 (0)