diff --git a/CHANGELOG.md b/CHANGELOG.md index b58a859..dcf25c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.1.11](https://github.com/ash-project/ash_money/compare/v0.1.10...v0.1.11) (2024-08-08) + + + + +### Improvements: + +* set up AshJsonApi type automatically + ## [v0.1.10](https://github.com/ash-project/ash_money/compare/v0.1.9...v0.1.10) (2024-07-15) ### Improvements: diff --git a/documentation/tutorials/getting-started-with-ash-money.md b/documentation/tutorials/getting-started-with-ash-money.md index 506d418..6e1dfd0 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.10"} + {:ash_money, "~> 0.1.11"} ] end ``` diff --git a/mix.exs b/mix.exs index 541ba78..7e07b6a 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule AshMoney.MixProject do use Mix.Project - @version "0.1.10" + @version "0.1.11" @description """ The extension for working with money types in Ash.