chore: release version v0.4.2

This commit is contained in:
Zach Daniel 2022-03-17 14:18:32 -04:00
parent deac48365d
commit 1f4c7a1a08
2 changed files with 16 additions and 1 deletions

View file

@ -10,6 +10,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
### Bug Fixes:
* a bunch of behavior fixes, getting the demo to snuff with new Ash
* fix tenant/actor session w/ new phx version
### Improvements:
* update tons of dependencies
## [v0.4.2](https://github.com/ash-project/ash_admin/compare/v0.4.1...v0.4.2) (2022-03-17)
### Bug Fixes: ### Bug Fixes:
* don't lock phoenix version * don't lock phoenix version

View file

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