diff --git a/CHANGELOG.md b/CHANGELOG.md index 91e36f9..fb731b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.5.26](https://github.com/ash-project/ash_postgres/compare/v1.5.25...v1.5.26) (2024-05-08) + + + + +### Bug Fixes: + +* don't use `fragment("1")` because ecto requires a proper source + +* properly use `ash_postgres_subquery` callback for `exists` on manual relationships + +* properly set tenant on aggregate queries + +* make string concat work with non literal lists + +* properly handle non-filter aggregate filters + ## [v1.5.25](https://github.com/ash-project/ash_postgres/compare/v1.5.24...v1.5.25) (2024-05-02) diff --git a/mix.exs b/mix.exs index 6328048..021cd30 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do support, and delegates to a configured repo. """ - @version "1.5.25" + @version "1.5.26" def project do [