Skip to content

Commit

Permalink
chore: release version v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Dec 10, 2023
1 parent 4a0c1bd commit 86a9b33
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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.
"""
Expand Down

0 comments on commit 86a9b33

Please sign in to comment.