chore: release version v0.2.2

This commit is contained in:
Zach Daniel 2023-12-10 13:21:11 -05:00
parent 4a0c1bd3ca
commit 86a9b33eb1
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [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)

View file

@ -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
```

View file

@ -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.
"""