diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d8ae08..784a7b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,43 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.1.12](https://github.com/ash-project/ash_postgres/compare/v2.1.11...v2.1.12) (2024-07-19) + + + + +### Bug Fixes: + +* properly add prod config in installer + +* properly perform or don't perform configuration modification code + +* allow non-unique has_many source_attributes (#355) + +* allow non-unique has_many source_attributes + +* update `ash_sql` for `parent_as` binding fix + +* update to latest ash version for aggregate fix + +* update ash_sql for include_nil? fix and test it + +* ensure synthesized query aggregates have context set + +### Improvements: + +* prepend `:postgres` to section order + +* pluralize table name in extender + +* update ash/igniter dependencies + +* add `binding()` expression + +* use latest type casting code from ash + +* support new type determination code + ## [v2.1.11](https://github.com/ash-project/ash_postgres/compare/v2.1.10...v2.1.11) (2024-07-19) diff --git a/mix.exs b/mix.exs index 92e12e1..38934d6 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do The PostgreSQL data layer for Ash Framework """ - @version "2.1.11" + @version "2.1.12" def project do [