chore: release version v0.1.9

This commit is contained in:
Zach Daniel 2024-06-24 15:30:46 -04:00
parent dfcb586544
commit fdd6991ac4
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.9](https://github.com/ash-project/ash_money/compare/v0.1.8...v0.1.9) (2024-06-24)
### Bug Fixes:
* move create_money_with_currency to first (#60)
## [v0.1.8](https://github.com/ash-project/ash_money/compare/v0.1.7...v0.1.8) (2024-06-18)

View file

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

View file

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