chore: release version v0.11.4

This commit is contained in:
Zach Daniel 2024-07-31 21:02:47 -04:00
parent 4a62e1210e
commit 63c15b6ef4
2 changed files with 22 additions and 1 deletions

View file

@ -5,6 +5,27 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.11.4](https://github.com/ash-project/ash_admin/compare/v0.11.3...v0.11.4) (2024-08-01)
### Bug Fixes:
* properly support adding embeds for nil values
* upgrade `ash_phoenix` for fix on calculating values
* use resource's configured domain before default domain
* ensure `actor_tenant` is always set
* ensure table columsn are loaded, bypassing (as yet) unknown bug
### Improvements:
* don't log forbidden errors
## [v0.11.3](https://github.com/ash-project/ash_admin/compare/v0.11.2...v0.11.3) (2024-06-25)

View file

@ -5,7 +5,7 @@ defmodule AshAdmin.MixProject do
A super-admin UI for Ash Framework, built with Phoenix LiveView.
"""
@version "0.11.3"
@version "0.11.4"
def project do
[