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 [