chore: release version v1.5.28

This commit is contained in:
Zach Daniel 2024-05-28 10:16:51 -04:00
parent 064abcd09e
commit 20476feb0e
2 changed files with 22 additions and 1 deletions

View file

@ -5,6 +5,27 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.5.28](https://github.com/ash-project/ash_postgres/compare/v1.5.27...v1.5.28) (2024-05-28)
### Bug Fixes:
* 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.27](https://github.com/ash-project/ash_postgres/compare/v1.5.26...v1.5.27) (2024-05-28)

View file

@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do
support, and delegates to a configured repo.
"""
@version "1.5.27"
@version "1.5.28"
def project do
[