diff --git a/CHANGELOG.md b/CHANGELOG.md index ea9ac38..51d0f62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,29 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.5.29](https://github.com/ash-project/ash_postgres/compare/v1.5.28...v1.5.29) (2024-07-12) + + + + +### Bug Fixes: + +* ensure we don't pass `nil` to `Ecto.Query.where` + +* remove erroneous IO.inspect + +* ensure we reselect all changing fields + +* 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.28](https://github.com/ash-project/ash_postgres/compare/v1.5.27...v1.5.28) (2024-05-28) diff --git a/mix.exs b/mix.exs index 288b6d6..426c8a8 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.28" + @version "1.5.29" def project do [