chore: release version v0.2.0

This commit is contained in:
Zach Daniel 2021-03-28 14:07:44 -04:00
parent eb25cc92ff
commit 038eb3b161
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.2.0](https://github.com/ash-project/ash_admin/compare/v0.1.6...v0.2.0) (2021-03-28)
### Features:
* more testing resources + relationship argument forms!
## [v0.1.6](https://github.com/ash-project/ash_admin/compare/v0.1.5...v0.1.6) (2021-03-25)

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.6"}
{:ash_admin, "~> 0.2.0"}
```
## Setup

View file

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