diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d873eb..429e305 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.2.4](https://github.com/ash-project/ash_double_entry/compare/v0.2.3...v0.2.4) (2024-02-14) + + + + +### Bug Fixes: + +* properly update future balances from destroys + +* incorrect balance when adding transfer later (#12) + ## [v0.2.3](https://github.com/ash-project/ash_double_entry/compare/v0.2.2...v0.2.3) (2023-12-23) diff --git a/README.md b/README.md index 17fe710..76fc626 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The package can be installed by adding `ash_double_entry` to your list of depend ```elixir def deps do [ - {:ash_double_entry, "~> 0.2.3"} + {:ash_double_entry, "~> 0.2.4"} ] end ``` diff --git a/mix.exs b/mix.exs index b473b29..1145753 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule AshDoubleEntry.MixProject do use Mix.Project - @version "0.2.3" + @version "0.2.4" @description """ A customizable double entry bookkeeping system backed by Ash resources. """