From 62d53ccee202c529350b155a3109c34c2c1f9e76 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Sun, 5 May 2024 11:44:06 -0400 Subject: [PATCH] chore: release version v0.1.6-rc.2 --- 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 7e5e35a..cd53a90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.1.6-rc.2](https://github.com/ash-project/ash_money/compare/v0.1.6-rc.1...v0.1.6-rc.2) (2024-05-05) + + + + +### Bug Fixes: + +* update ash_postgres dependency and fix version numbers in extension + ## [v0.1.6-rc.1](https://github.com/ash-project/ash_money/compare/v0.1.6-rc.0...v0.1.6-rc.1) (2024-04-29) diff --git a/documentation/tutorials/getting-started-with-ash-money.md b/documentation/tutorials/getting-started-with-ash-money.md index cd1ef2e..7b894ab 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.6-rc.1"} + {:ash_money, "~> 0.1.6-rc.2"} ] end ``` diff --git a/mix.exs b/mix.exs index e6c7fe5..3e1863a 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule AshMoney.MixProject do use Mix.Project - @version "0.1.6-rc.1" + @version "0.1.6-rc.2" @description """ The extension for working with money types in Ash.