diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f22605..84b5bec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.0.10](https://github.com/ash-project/ash_postgres/compare/v2.0.9...v2.0.10) (2024-06-18) + + + + +### Bug Fixes: + +* update ash_sql to fix query generation issues + +* ensure that parens are always added to calculation generated SQL + +* properly get calculation sql + +### Improvements: + +* better type handling using new type inference + +* identities w/ calculations and where clauses in upserts + ## [v2.0.9](https://github.com/ash-project/ash_postgres/compare/v2.0.8...v2.0.9) (2024-06-13) diff --git a/mix.exs b/mix.exs index e53450e..d219fc1 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do The PostgreSQL data layer for Ash Framework """ - @version "2.0.9" + @version "2.0.10" def project do [