chore: release version v0.1.12

This commit is contained in:
Zach Daniel 2024-08-08 14:50:45 -04:00
parent 1ff276dc11
commit d7da316065
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.12](https://github.com/ash-project/ash_money/compare/v0.1.11...v0.1.12) (2024-08-08)
### Improvements:
* use `string` not `number` for amount type in json schema
## [v0.1.11](https://github.com/ash-project/ash_money/compare/v0.1.10...v0.1.11) (2024-08-08)

View file

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

View file

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