chore: release version v0.4.1

This commit is contained in:
Zach Daniel 2022-03-17 00:26:02 -04:00
parent ed0373a951
commit d9ef995960
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.4.1](https://github.com/ash-project/ash_admin/compare/v0.4.0...v0.4.1) (2022-03-17)
### Bug Fixes:
* various other fixes for events and hooks
* fix issues w/ admin UI not rendering
## [v0.4.0](https://github.com/ash-project/ash_admin/compare/v0.3.0-rc.0...v0.4.0) (2021-11-14)

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

View file

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