diff --git a/CHANGELOG.md b/CHANGELOG.md index 0931301..b84c945 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.2.16](https://github.com/ash-project/ash_phoenix/compare/v1.2.15...v1.2.16) (2023-07-26) + + + + +### Bug Fixes: + +* handle single types against to many forms + +* more fixes for accidentally list form data + +### Improvements: + +* add support for `target` and `only_touched?` validate opts + ## [v1.2.15](https://github.com/ash-project/ash_phoenix/compare/v1.2.14...v1.2.15) (2023-07-12) diff --git a/documentation/topics/working-with-phoenix.md b/documentation/topics/working-with-phoenix.md index 6fdf889..e71bf60 100644 --- a/documentation/topics/working-with-phoenix.md +++ b/documentation/topics/working-with-phoenix.md @@ -2,7 +2,7 @@ The AshPhoenix plugin adds lots of helpers for working with Phoenix Liveview (and regular views). -`{:ash_phoenix, "~> 1.2.15"}` +`{:ash_phoenix, "~> 1.2.16"}` ## Whats in the box? diff --git a/mix.exs b/mix.exs index a9a1189..5864d30 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do Utilities for integrating Ash with Phoenix """ - @version "1.2.15" + @version "1.2.16" def project do [