diff --git a/CHANGELOG.md b/CHANGELOG.md index ecc6b4a..fd1ee82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.2.26](https://github.com/ash-project/ash_phoenix/compare/v1.2.25...v1.2.26) (2024-01-12) + + + + +### Bug Fixes: + +* List.wrap data in list case + +* validate action type when constructing forms + ## [v1.2.25](https://github.com/ash-project/ash_phoenix/compare/v1.2.24...v1.2.25) (2024-01-02) diff --git a/documentation/topics/working-with-phoenix.md b/documentation/topics/working-with-phoenix.md index c5a6b8d..61bd5d5 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.25"}` +`{:ash_phoenix, "~> 1.2.26"}` Check out the [getting started with phoenix guide](/documentation/tutorials/getting-started-with-ash-and-phoenix.md) for setup. diff --git a/mix.exs b/mix.exs index 03a96ed..806ac3a 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do Utilities for integrating Ash with Phoenix """ - @version "1.2.25" + @version "1.2.26" def project do [