We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f936f commit 4c8e33cCopy full SHA for 4c8e33c
CHANGELOG.md
@@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
6
<!-- changelog -->
7
8
+## [v1.0.12](https://github.com/ash-project/ash_double_entry/compare/v1.0.11...v1.0.12) (2025-02-24)
9
+
10
11
12
13
+### Bug Fixes:
14
15
+* don't include VerifyTransfer in the codegen
16
17
## [v1.0.11](https://github.com/ash-project/ash_double_entry/compare/v1.0.10...v1.0.11) (2025-02-24)
18
19
mix.exs
@@ -1,7 +1,7 @@
1
defmodule AshDoubleEntry.MixProject do
2
use Mix.Project
3
4
- @version "1.0.11"
+ @version "1.0.12"
@description """
A customizable double entry bookkeeping system backed by Ash resources.
"""
0 commit comments