diff --git a/CHANGELOG.md b/CHANGELOG.md index c25075f..47d1fbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.10.10-rc.1](https://github.com/ash-project/ash_admin/compare/v0.10.10-rc.0...v0.10.10-rc.1) (2024-04-03) + + + + +### Bug Fixes: + +* get checks passing, fix various bugs + +* loading multiple relationships with the same destination resource that has sensitive fields (#98) + ## [v0.10.10-rc.0](https://github.com/ash-project/ash_admin/compare/v0.10.9...v0.10.10-rc.0) (2024-04-02) diff --git a/README.md b/README.md index 6ee4a8b..352a76d 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.10.10-rc.0"} +{:ash_admin, "~> 0.10.10-rc.1"} ``` ## Setup diff --git a/mix.exs b/mix.exs index 80249d4..6052048 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshAdmin.MixProject do An admin UI for Ash Framework """ - @version "0.10.10-rc.0" + @version "0.10.10-rc.1" def project do [