diff --git a/CHANGELOG.md b/CHANGELOG.md index 86a3144..212cd8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.2.9](https://github.com/ash-project/ash_admin/compare/v0.2.8...v0.2.9) (2021-04-16) + + + + +### Improvements: + +* support array attribute/arguments properly + ## [v0.2.8](https://github.com/ash-project/ash_admin/compare/v0.2.7...v0.2.8) (2021-04-15) diff --git a/README.md b/README.md index 40aa08d..460f1e8 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.2.8"} +{:ash_admin, "~> 0.2.9"} ``` ## Setup diff --git a/mix.exs b/mix.exs index 9af0593..12614a3 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshAdmin.MixProject do An admin UI for Ash Framework """ - @version "0.2.8" + @version "0.2.9" def project do [