From 6f688beee304ce5296755feff1d4474b5dab36e0 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 1 Apr 2024 16:20:31 -0400 Subject: [PATCH] chore: release version v0.1.5 --- 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 997fdbc..0097291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.1.5](https://github.com/ash-project/ash_money/compare/v0.1.4...v0.1.5) (2024-04-01) + + + + +### Bug Fixes: + +* remove duplicate money mult postgres install (#3) + ## [v0.1.4](https://github.com/ash-project/ash_money/compare/v0.1.3...v0.1.4) (2024-01-04) diff --git a/documentation/tutorials/get-started-with-ash-money.md b/documentation/tutorials/get-started-with-ash-money.md index c703463..dc232ad 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.4"} + {:ash_money, "~> 0.1.5"} ] end ``` diff --git a/mix.exs b/mix.exs index 1fca4aa..0aec6cc 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule AshMoney.MixProject do use Mix.Project - @version "0.1.4" + @version "0.1.5" @description """ A money extension for Ash.