From 1f4c7a1a08271b460b1a34edd95718a3fdff874e Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 17 Mar 2022 14:18:32 -0400 Subject: [PATCH] chore: release version v0.4.2 --- CHANGELOG.md | 15 +++++++++++++++ mix.exs | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e17f26e..71e4284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +### Bug Fixes: + +* a bunch of behavior fixes, getting the demo to snuff with new Ash + +* fix tenant/actor session w/ new phx version + +### Improvements: + +* update tons of dependencies + +## [v0.4.2](https://github.com/ash-project/ash_admin/compare/v0.4.1...v0.4.2) (2022-03-17) + + + + ### Bug Fixes: * don't lock phoenix version diff --git a/mix.exs b/mix.exs index dd1b830..92bee29 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshAdmin.MixProject do An admin UI for Ash Framework """ - @version "0.4.1" + @version "0.4.2" def project do [