chore: release version v0.1.11

This commit is contained in:
Zach Daniel 2024-08-08 12:22:10 -04:00
parent 5cf29438fb
commit 12361fc487
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.1.11](https://github.com/ash-project/ash_money/compare/v0.1.10...v0.1.11) (2024-08-08)
### Improvements:
* set up AshJsonApi type automatically
## [v0.1.10](https://github.com/ash-project/ash_money/compare/v0.1.9...v0.1.10) (2024-07-15)
### Improvements:

View file

@ -6,7 +6,7 @@
def deps()
[
...
{:ash_money, "~> 0.1.10"}
{:ash_money, "~> 0.1.11"}
]
end
```

View file

@ -1,7 +1,7 @@
defmodule AshMoney.MixProject do
use Mix.Project
@version "0.1.10"
@version "0.1.11"
@description """
The extension for working with money types in Ash.