From 35a434267783db7118a261dc28ce4a02274232ac Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 4 Jan 2024 01:24:07 -0500 Subject: [PATCH] chore: release version v0.1.4 --- CHANGELOG.md | 9 +++++++++ documentation/tutorials/get-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 7167c42..997fdbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.1.4](https://github.com/ash-project/ash_money/compare/v0.1.3...v0.1.4) (2024-01-04) + + + + +### Improvements: + +* support new operator overrides and multiplication + ## [v0.1.3](https://github.com/ash-project/ash_money/compare/v0.1.2...v0.1.3) (2023-12-06) diff --git a/documentation/tutorials/get-started-with-ash-money.md b/documentation/tutorials/get-started-with-ash-money.md index 0e330ca..05b7990 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.3"} + {:ash_money, "~> 0.1.4"} ] end ``` diff --git a/mix.exs b/mix.exs index e26fd04..fc21a9a 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule AshMoney.MixProject do use Mix.Project - @version "0.1.3" + @version "0.1.4" @description """ A money extension for Ash.