chore: release version v0.1.6

This commit is contained in:
Zach Daniel 2021-03-25 13:15:13 -04:00
parent ff3d208bf7
commit 535560751e
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.1.6](https://github.com/ash-project/ash_admin/compare/v0.1.5...v0.1.6) (2021-03-25)
### Improvements:
* use new relationship management logic
## [v0.1.5](https://github.com/ash-project/ash_admin/compare/v0.1.4...v0.1.5) (2021-03-24)

View file

@ -12,7 +12,7 @@ An admin UI for Ash resources. Built with Phoenix Liveview.
First, ensure you've added ash_admin to your `mix.exs` file.
```elixir
{:ash_admin, "~> 0.1.5"}
{:ash_admin, "~> 0.1.6"}
```
## Setup

View file

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