diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f77a2f..28a99f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.1.10](https://github.com/ash-project/ash_money/compare/v0.1.9...v0.1.10) (2024-07-15) + + + + +### Improvements: + +* update igniter and document installers + +* add Igniter installer task (#61) + +* add Igniter installer task + ## [v0.1.9](https://github.com/ash-project/ash_money/compare/v0.1.8...v0.1.9) (2024-06-24) diff --git a/documentation/tutorials/getting-started-with-ash-money.md b/documentation/tutorials/getting-started-with-ash-money.md index 18bf57e..cdff3dd 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.9"} + {:ash_money, "~> 0.1.10"} ] end ``` diff --git a/mix.exs b/mix.exs index 079b561..67544f6 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule AshMoney.MixProject do use Mix.Project - @version "0.1.9" + @version "0.1.10" @description """ The extension for working with money types in Ash.