From d5988aa66730f3bae592cd42a98e337bfc85f30c Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 28 Sep 2022 00:00:42 -0400 Subject: [PATCH] chore: release version v0.6.0-rc.2 --- CHANGELOG.md | 15 +++++++++++++++ mix.exs | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f27503..7bb7dfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.6.0-rc.2](https://github.com/ash-project/ash_admin/compare/v0.6.0-rc.1...v0.6.0-rc.2) (2022-09-28) + + + + +### Improvements: + +* update to latest ash + +* unlock unused deps + +* support latest ash_phoenix + +* update to latest ash + ## [v0.6.0-rc.1](https://github.com/ash-project/ash_admin/compare/v0.6.0-rc.0...v0.6.0-rc.1) (2022-09-15) diff --git a/mix.exs b/mix.exs index 8bb9599..b2b0723 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshAdmin.MixProject do An admin UI for Ash Framework """ - @version "0.6.0-rc.1" + @version "0.6.0-rc.2" def project do [