chore: release version v1.2.5

This commit is contained in:
Zach Daniel 2022-12-21 16:58:32 -05:00
parent e81e77840a
commit bb96d64ac0
2 changed files with 16 additions and 1 deletions

View file

@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.2.5](https://github.com/ash-project/ash_postgres/compare/v1.2.4...v1.2.5) (2022-12-21)
### Bug Fixes:
* don't group aggregates that reference relationships in their filters
* properly skip unique indexes when configured
### Improvements:
* add like and ilike
## [v1.2.4](https://github.com/ash-project/ash_postgres/compare/v1.2.3...v1.2.4) (2022-12-18)

View file

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