chore: release version v0.1.1

This commit is contained in:
Zach Daniel 2023-11-27 12:16:48 -05:00
parent 1a4c22b288
commit 50924ca56d
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.1](https://github.com/ash-project/ash_money/compare/v0.1.0...v0.1.1) (2023-11-27)
### Bug Fixes:
* handle missing `ex_money_sql` better
## [v0.1.0](https://github.com/ash-project/ash_money/compare/v0.1.0...v0.1.0) (2023-11-27)
* Initial Release

View file

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

View file

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