From 4028b200cfef3fc88cff5daa0bafb8f496d3a0e3 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 19 Mar 2024 00:11:37 -0400 Subject: [PATCH] chore: release version v0.10.8 --- CHANGELOG.md | 17 +++++++++++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6473c5b..e82660b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.10.8](https://github.com/ash-project/ash_admin/compare/v0.10.7...v0.10.8) (2024-03-19) + + + + +### Bug Fixes: + +* missing handle event in read forms + +* Allow blank/nil default values in :atom inputs when allow_nil? is true (#93) + +* Allow blank/default default values in :atom inputs when allow_nil? is true + +### Improvements: + +* Add :csp_nonce_assign_key to ash_admin options (fix for /issues/91) (#92) + ## [v0.10.7](https://github.com/ash-project/ash_admin/compare/v0.10.6...v0.10.7) (2024-02-26) diff --git a/README.md b/README.md index 1681a24..dc9d8d9 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.7"} +{:ash_admin, "~> 0.10.8"} ``` ## Setup diff --git a/mix.exs b/mix.exs index 2b3a62e..0999bc2 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshAdmin.MixProject do An admin UI for Ash Framework """ - @version "0.10.7" + @version "0.10.8" def project do [