From 132733dc342aebfea5a236b0a0fdec6716366742 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Fri, 17 Nov 2023 04:20:18 -0500 Subject: [PATCH] chore: release version v0.9.8 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a87c074..25433f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.9.8](https://github.com/ash-project/ash_admin/compare/v0.9.7...v0.9.8) (2023-11-17) + + + + +### Bug Fixes: + +* default table_columns to all attributes for proper selecting + ## [v0.9.7](https://github.com/ash-project/ash_admin/compare/v0.9.6...v0.9.7) (2023-11-16) diff --git a/README.md b/README.md index 625712c..788d918 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.7"} +{:ash_admin, "~> 0.9.8"} ``` ## Setup diff --git a/mix.exs b/mix.exs index 617e966..6ab6153 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshAdmin.MixProject do An admin UI for Ash Framework """ - @version "0.9.7" + @version "0.9.8" def project do [