chore: release version v0.4.16

This commit is contained in:
Zach Daniel 2021-04-27 14:19:32 -04:00
parent 5c3ea08838
commit 6fc40e1497
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.16](https://github.com/ash-project/ash_phoenix/compare/v0.4.15...v0.4.16) (2021-04-27)
### Bug Fixes:
* support embeds in relationships
## [v0.4.15](https://github.com/ash-project/ash_phoenix/compare/v0.4.14...v0.4.15) (2021-04-17)

View file

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

View file

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