chore: release version v0.4.8

This commit is contained in:
Zach Daniel 2021-03-28 14:06:13 -04:00
parent ecfc918bf5
commit cf5baa500c
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.4.8](https://github.com/ash-project/ash_phoenix/compare/v0.4.7...v0.4.8) (2021-03-28)
### Bug Fixes:
* add to path when is a map should be a list
## [v0.4.7](https://github.com/ash-project/ash_phoenix/compare/v0.4.6...v0.4.7) (2021-03-28)

View file

@ -17,7 +17,7 @@ Roadmap:
```elixir
def deps do
[
{:ash_phoenix, "~> 0.4.7"}
{:ash_phoenix, "~> 0.4.8"}
]
end
```

View file

@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do
Utilities for integrating Ash with Phoenix
"""
@version "0.4.7"
@version "0.4.8"
def project do
[