diff --git a/CHANGELOG.md b/CHANGELOG.md index 536d5a0..222436b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/README.md b/README.md index a2ce2d9..1f4b3c9 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Roadmap: ```elixir def deps do [ - {:ash_phoenix, "~> 0.4.19"} + {:ash_phoenix, "~> 0.4.20"} ] end ``` diff --git a/mix.exs b/mix.exs index 22c4616..01d9a5a 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [