chore: update changelog

This commit is contained in:
Zach Daniel 2024-07-16 23:10:18 -04:00
parent aedbaeeb10
commit 455106be7e

View file

@ -7,62 +7,53 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
## [v2.1.8](https://github.com/ash-project/ash_postgres/compare/v2.1.7...v2.1.8) (2024-07-17)
### Bug Fixes:
* [aggregates] update ash_sql & ash for include_nil? fix (and test it)
- [aggregates] update ash_sql & ash for include_nil? fix (and test it)
* [aggregates] ensure synthesized query aggregates have context set
- [aggregates] ensure synthesized query aggregates have context set
### Improvements:
* [installers] update igniter dependencies
- [installers] update igniter dependencies
* [expressions] add `binding()` expression, for referring to the current table
- [expressions] add `binding()` expression, for referring to the current table
## [v2.1.7](https://github.com/ash-project/ash_postgres/compare/v2.1.6...v2.1.7) (2024-07-17)
### Bug Fixes:
* update to latest ash version for aggregate fix
- update to latest ash version for aggregate fix
* update ash_sql for include_nil? fix and test it
- update ash_sql for include_nil? fix and test it
* ensure synthesized query aggregates have context set
- ensure synthesized query aggregates have context set
### Improvements:
* update ash/igniter dependencies
- update ash/igniter dependencies
* add `binding()` expression
- add `binding()` expression
* use latest type casting code from ash
- use latest type casting code from ash
* support new type determination code
- support new type determination code
## [v2.1.6](https://github.com/ash-project/ash_postgres/compare/v2.1.5...v2.1.6) (2024-07-16)
### Bug Fixes:
* ensure synthesized query aggregates have context set
- ensure synthesized query aggregates have context set
### Improvements:
* update ash/igniter dependencies
- update ash/igniter dependencies
* add `binding()` expression
- add `binding()` expression
* use latest type casting code from ash
- use latest type casting code from ash
* support new type determination code
- support new type determination code
## [v2.1.5](https://github.com/ash-project/ash_postgres/compare/v2.1.4...v2.1.5) (2024-07-15)