From a935578e01ae0a36e4bcd2c1c1808bd2c242b821 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 25 Jun 2024 10:39:44 -0400 Subject: [PATCH] chore: release version v0.11.2 --- CHANGELOG.md | 11 +++++++++++ mix.exs | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ab1205..ca67cc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.11.2](https://github.com/ash-project/ash_admin/compare/v0.11.1...v0.11.2) (2024-06-25) + + + + +### Bug Fixes: + +* properly render errors data table forms + +* update to support 0.20 (#179) + ## [v0.11.1](https://github.com/ash-project/ash_admin/compare/v0.11.0...v0.11.1) (2024-06-13) diff --git a/mix.exs b/mix.exs index 05f3cb2..b88ecb2 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshAdmin.MixProject do A super-admin UI for Ash Framework, built with Phoenix LiveView. """ - @version "0.11.1" + @version "0.11.2" def project do [