diff --git a/CHANGELOG.md b/CHANGELOG.md index 03d01cb..cd89c6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.1.13](https://github.com/ash-project/ash_money/compare/v0.1.12...v0.1.13) (2024-09-10) + + + + +### Improvements: + +* use latest igniter functions & update dependency + +* add short code automatically + ## [v0.1.12](https://github.com/ash-project/ash_money/compare/v0.1.11...v0.1.12) (2024-08-08) diff --git a/documentation/tutorials/getting-started-with-ash-money.md b/documentation/tutorials/getting-started-with-ash-money.md index f454c00..7f37737 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.12"} + {:ash_money, "~> 0.1.13"} ] end ``` diff --git a/mix.exs b/mix.exs index 401ff57..22ded6b 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule AshMoney.MixProject do use Mix.Project - @version "0.1.12" + @version "0.1.13" @description """ The extension for working with money types in Ash.