diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b67417..a3960a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,31 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.6.0-rc.6](https://github.com/ash-project/ash_phoenix/compare/v0.6.0-rc.5...v0.6.0-rc.6) (2022-01-18) + + + + +### Bug Fixes: + +* properly restrict errors to the current form + +* Fix logic for change detection of boolean defaults (#31) + +* check for operators first + +* properly set nested names + +* allow the `as` option to be set + +* properly set params on validate + +### Improvements: + +* don't return ids by default + +* better default name, just use ids elsewhere + ## [v0.6.0-rc.5](https://github.com/ash-project/ash_phoenix/compare/v0.6.0-rc.4...v0.6.0-rc.5) (2021-12-06) diff --git a/README.md b/README.md index bf8bc18..5ea1871 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Roadmap: ```elixir def deps do [ - {:ash_phoenix, "~> 0.6.0-rc.5"} + {:ash_phoenix, "~> 0.6.0-rc.6"} ] end ``` diff --git a/mix.exs b/mix.exs index 784002c..dcaa7ed 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do Utilities for integrating Ash with Phoenix """ - @version "0.6.0-rc.5" + @version "0.6.0-rc.6" def project do [