chore: release version v2.1.5

This commit is contained in:
Zach Daniel 2024-07-15 13:53:00 -04:00
parent 39c5a9daf4
commit a2efec05a6
2 changed files with 18 additions and 1 deletions

View file

@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v2.1.5](https://github.com/ash-project/ash_postgres/compare/v2.1.4...v2.1.5) (2024-07-15)
### Bug Fixes:
* ensure synthesized query aggregates have context set
### Improvements:
* add `binding()` expression
* use latest type casting code from ash
* support new type determination code
## [v2.1.4](https://github.com/ash-project/ash_postgres/compare/v2.1.3...v2.1.4) (2024-07-14)

View file

@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do
The PostgreSQL data layer for Ash Framework
"""
@version "2.1.4"
@version "2.1.5"
def project do
[