diff --git a/CHANGELOG.md b/CHANGELOG.md index 86d7e9f..1b4579b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.3.2](https://github.com/ash-project/ash_phoenix/compare/v1.3.1...v1.3.2) (2024-03-06) + + + + +### Bug Fixes: + +* the API is defined on the form, not on the form.source (#131) + +### Improvements: + +* #133 use resource defined Api (#134) + +* add `can_submit?/1` and `ensure_can_siubmit!/1` + ## [v1.3.1](https://github.com/ash-project/ash_phoenix/compare/v1.3.0...v1.3.1) (2024-02-04) diff --git a/documentation/topics/working-with-phoenix.md b/documentation/topics/working-with-phoenix.md index 0604c7f..5aec8ed 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.3.1"}` +`{:ash_phoenix, "~> 1.3.2"}` 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 e8e3bd2..9945778 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do Utilities for integrating Ash with Phoenix """ - @version "1.3.1" + @version "1.3.2" def project do [