diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d199e7..869e56e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,29 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.9.0](https://github.com/ash-project/ash_admin/compare/v0.8.2...v0.9.0) (2023-07-28) + + + + +### Features: + +* Add seed with Admin, User, Customer, Organization and Ticket (#56) + +### Bug Fixes: + +* set assigns for show block + +* fix behaviour and support on_mount and session + +### Improvements: + +* style the metadata tables consistently (#54) + +* remove surface + +* support setting an actor + ## [v0.8.2](https://github.com/ash-project/ash_admin/compare/v0.8.1...v0.8.2) (2023-07-25) diff --git a/README.md b/README.md index bad14f5..923383b 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.8.2"} +{:ash_admin, "~> 0.9.0"} ``` ## Setup diff --git a/mix.exs b/mix.exs index 7946c19..527e3f8 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshAdmin.MixProject do An admin UI for Ash Framework """ - @version "0.8.2" + @version "0.9.0" def project do [