chore: release version v0.1.5

This commit is contained in:
Zach Daniel 2024-04-01 16:20:31 -04:00
parent 133cad1616
commit 6f688beee3
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.5](https://github.com/ash-project/ash_money/compare/v0.1.4...v0.1.5) (2024-04-01)
### Bug Fixes:
* remove duplicate money mult postgres install (#3)
## [v0.1.4](https://github.com/ash-project/ash_money/compare/v0.1.3...v0.1.4) (2024-01-04)

View file

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

View file

@ -1,7 +1,7 @@
defmodule AshMoney.MixProject do
use Mix.Project
@version "0.1.4"
@version "0.1.5"
@description """
A money extension for Ash.