Skip to content

Commit

Permalink
chore: release version v0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Aug 1, 2024
1 parent 4a62e12 commit 63c15b6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit 63c15b6

Please sign in to comment.