From 86a9b33eb100900871e9070ea0f1b795170833f7 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Sun, 10 Dec 2023 13:21:11 -0500 Subject: [PATCH] chore: release version v0.2.2 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0921133..1c3e156 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.2.2](https://github.com/ash-project/ash_double_entry/compare/v0.2.1...v0.2.2) (2023-12-10) + + + + +### Improvements: + +* support updating transfers, but not important fields + ## [v0.2.1](https://github.com/ash-project/ash_double_entry/compare/v0.2.0...v0.2.1) (2023-12-10) diff --git a/README.md b/README.md index ed527c7..8272615 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.1"} + {:ash_double_entry, "~> 0.2.2"} ] end ``` diff --git a/mix.exs b/mix.exs index c7fda43..2f99b09 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule AshDoubleEntry.MixProject do use Mix.Project - @version "0.2.1" + @version "0.2.2" @description """ A customizable double entry bookkeeping system backed by Ash resources. """