diff --git a/CHANGELOG.md b/CHANGELOG.md index 587c286..d29f722 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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 diff --git a/documentation/tutorials/get-started-with-ash-money.md b/documentation/tutorials/get-started-with-ash-money.md index 85d7fb6..9897cd4 100644 --- a/documentation/tutorials/get-started-with-ash-money.md +++ b/documentation/tutorials/get-started-with-ash-money.md @@ -6,7 +6,7 @@ def deps() [ ... - {:ash_money, "~> 0.1.0"} + {:ash_money, "~> 0.1.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 2d91ffd..bae69f9 100644 --- a/mix.exs +++ b/mix.exs @@ -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.