diff --git a/CHANGELOG.md b/CHANGELOG.md index 77492b0..c433f85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.9.4](https://github.com/ash-project/ash_admin/compare/v0.9.3...v0.9.4) (2023-08-04) + + + + +### Bug Fixes: + +* properly reassign form on update + ## [v0.9.3](https://github.com/ash-project/ash_admin/compare/v0.9.2...v0.9.3) (2023-08-02) diff --git a/README.md b/README.md index 93a22e4..34cdcdd 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ https://www.youtube.com/watch?v=aFMLz3cpQ8c First, ensure you've added ash_admin to your `mix.exs` file. ```elixir -{:ash_admin, "~> 0.9.3"} +{:ash_admin, "~> 0.9.4"} ``` ## Setup diff --git a/mix.exs b/mix.exs index 10e8752..aeb336b 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshAdmin.MixProject do An admin UI for Ash Framework """ - @version "0.9.3" + @version "0.9.4" def project do [