chore: release version v0.10.1

This commit is contained in:
Zach Daniel 2023-12-27 07:16:09 -05:00
parent 92bb43d7ed
commit 9639af9702
3 changed files with 13 additions and 2 deletions

View file

@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.10.1](https://github.com/ash-project/ash_admin/compare/v0.10.0...v0.10.1) (2023-12-27)
### Bug Fixes:
* don't hide fields required for managing relationships
* pass tenant to `Changeset.for_*` directly (#84)
## [v0.10.0](https://github.com/ash-project/ash_admin/compare/v0.9.8...v0.10.0) (2023-11-30)

View file

@ -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.0"}
{:ash_admin, "~> 0.10.1"}
```
## Setup

View file

@ -5,7 +5,7 @@ defmodule AshAdmin.MixProject do
An admin UI for Ash Framework
"""
@version "0.10.0"
@version "0.10.1"
def project do
[