diff --git a/CHANGELOG.md b/CHANGELOG.md index 9016766..7508ad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,27 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.5.3](https://github.com/ash-project/ash_phoenix/compare/v0.5.2...v0.5.3) (2021-07-20) + + + + +### Bug Fixes: + +* only prepend to data when necessary + +* Fix remove form path when a nested single (#19) + +* Add form to single (#18) + +* actually reindex this time + +* reindex after remove form + +### Improvements: + +* Improve error message when incorrect api configured for resource (#15) + ## [v0.5.2](https://github.com/ash-project/ash_phoenix/compare/v0.5.1...v0.5.2) (2021-07-19) diff --git a/README.md b/README.md index 4841743..7ab138e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Roadmap: ```elixir def deps do [ - {:ash_phoenix, "~> 0.5.2"} + {:ash_phoenix, "~> 0.5.3"} ] end ``` diff --git a/mix.exs b/mix.exs index 9cf28e8..54911f2 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do Utilities for integrating Ash with Phoenix """ - @version "0.5.2" + @version "0.5.3" def project do [