diff --git a/CHANGELOG.md b/CHANGELOG.md index 75f7536..2f77a2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/documentation/tutorials/getting-started-with-ash-money.md b/documentation/tutorials/getting-started-with-ash-money.md index 58d0dec..e0b1eea 100644 --- a/documentation/tutorials/getting-started-with-ash-money.md +++ b/documentation/tutorials/getting-started-with-ash-money.md @@ -6,7 +6,7 @@ def deps() [ ... - {:ash_money, "~> 0.1.8"} + {:ash_money, "~> 0.1.9"} ] end ``` diff --git a/mix.exs b/mix.exs index 456dd12..73a044f 100644 --- a/mix.exs +++ b/mix.exs @@ -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.