From 8e735db327a348f5281f3a4ae2c4977b34a3bbf1 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 25 Jun 2024 12:56:03 -0400 Subject: [PATCH] chore: release version v0.11.3 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca67cc3..0080036 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.11.3](https://github.com/ash-project/ash_admin/compare/v0.11.2...v0.11.3) (2024-06-25) + + + + +### Bug Fixes: + +* don't go to potentially non-existant create actions + ## [v0.11.2](https://github.com/ash-project/ash_admin/compare/v0.11.1...v0.11.2) (2024-06-25) diff --git a/mix.exs b/mix.exs index b88ecb2..d1cd4ab 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshAdmin.MixProject do A super-admin UI for Ash Framework, built with Phoenix LiveView. """ - @version "0.11.2" + @version "0.11.3" def project do [