chore: release version v0.1.4

This commit is contained in:
Zach Daniel 2024-01-04 01:24:07 -05:00
parent 11b83f0e6f
commit 35a4342677
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.4](https://github.com/ash-project/ash_money/compare/v0.1.3...v0.1.4) (2024-01-04)
### Improvements:
* support new operator overrides and multiplication
## [v0.1.3](https://github.com/ash-project/ash_money/compare/v0.1.2...v0.1.3) (2023-12-06)

View file

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

View file

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