chore: release version v0.4.20

This commit is contained in:
Zach Daniel 2021-05-14 00:34:48 -04:00
parent 98e26a9544
commit fbaf4c8ece
3 changed files with 15 additions and 2 deletions

View file

@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.4.20](https://github.com/ash-project/ash_phoenix/compare/v0.4.19...v0.4.20) (2021-05-14)
### Bug Fixes:
* add removed embeds to hidden fields
### Improvements:
* various improvements to relationship manipulation functions
## [v0.4.19](https://github.com/ash-project/ash_phoenix/compare/v0.4.18...v0.4.19) (2021-05-13)

View file

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

View file

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