diff --git a/CHANGELOG.md b/CHANGELOG.md index 5225d0e..0cba121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.2.20](https://github.com/ash-project/ash_admin/compare/v0.2.19...v0.2.20) (2021-07-23) + + + + +### Improvements: + +* relationships in datatable (#6) + ## [v0.2.19](https://github.com/ash-project/ash_admin/compare/v0.2.18...v0.2.19) (2021-07-23) diff --git a/README.md b/README.md index bcb1f14..61d93f5 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.19"} +{:ash_admin, "~> 0.2.20"} ``` ## Setup diff --git a/mix.exs b/mix.exs index 6a61c02..4a3aa1a 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshAdmin.MixProject do An admin UI for Ash Framework """ - @version "0.2.19" + @version "0.2.20" def project do [