From d7da3160659284f585c15def01bd12e4820e63f5 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 8 Aug 2024 14:50:45 -0400 Subject: [PATCH] chore: release version v0.1.12 --- CHANGELOG.md | 9 +++++++++ .../tutorials/getting-started-with-ash-money.md | 2 +- mix.exs | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcf25c5..03d01cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.1.12](https://github.com/ash-project/ash_money/compare/v0.1.11...v0.1.12) (2024-08-08) + + + + +### Improvements: + +* use `string` not `number` for amount type in json schema + ## [v0.1.11](https://github.com/ash-project/ash_money/compare/v0.1.10...v0.1.11) (2024-08-08) diff --git a/documentation/tutorials/getting-started-with-ash-money.md b/documentation/tutorials/getting-started-with-ash-money.md index 6e1dfd0..a70f20d 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.11"} + {:ash_money, "~> 0.1.12"} ] end ``` diff --git a/mix.exs b/mix.exs index 7e07b6a..0f47d80 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule AshMoney.MixProject do use Mix.Project - @version "0.1.11" + @version "0.1.12" @description """ The extension for working with money types in Ash.