From 8e2bde09806341a3a3007f5c3b7daed5d0f357b9 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 24 Feb 2025 13:15:53 -0500 Subject: [PATCH] chore: release version v1.0.11 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc6b5d6..3050add 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.0.11](https://github.com/ash-project/ash_double_entry/compare/v1.0.10...v1.0.11) (2025-02-24) + + + + +### Bug Fixes: + +* use `utc_datetime_usec` in balance_as_of in installer + ## [v1.0.10](https://github.com/ash-project/ash_double_entry/compare/v1.0.9...v1.0.10) (2025-01-26) diff --git a/mix.exs b/mix.exs index 2a82c38..a351a0a 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule AshDoubleEntry.MixProject do use Mix.Project - @version "1.0.10" + @version "1.0.11" @description """ A customizable double entry bookkeeping system backed by Ash resources. """