diff --git a/CHANGELOG.md b/CHANGELOG.md index b9ce586..ecc6b4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.2.25](https://github.com/ash-project/ash_phoenix/compare/v1.2.24...v1.2.25) (2024-01-02) + + + + +### Bug Fixes: + +* remove system added error vars to ensure deduplication works properly + +* ensure next page is detected for offset pages w/ more?: true + ## [v1.2.24](https://github.com/ash-project/ash_phoenix/compare/v1.2.23...v1.2.24) (2023-12-12) diff --git a/documentation/topics/working-with-phoenix.md b/documentation/topics/working-with-phoenix.md index 7165b02..c5a6b8d 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.24"}` +`{:ash_phoenix, "~> 1.2.25"}` 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 bad2eef..03a96ed 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do Utilities for integrating Ash with Phoenix """ - @version "1.2.24" + @version "1.2.25" def project do [