diff --git a/CHANGELOG.md b/CHANGELOG.md index 88bc29da..af41d627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](https://www.conventionalcommits.org) for commit guide +## [v2.4.17](https://github.com/ash-project/ash_postgres/compare/v2.4.16...v2.4.17) (2024-12-16) + + + + +### Bug Fixes: + +* Fix query for metadata on foreign keys and fix duplicate references being produced (#444) + +* alter resource generation query to go to the source pg_constraints table instead of to the view to fetch constraint data (#443) + ## [v2.4.16](https://github.com/ash-project/ash_postgres/compare/v2.4.15...v2.4.16) (2024-12-12) diff --git a/mix.exs b/mix.exs index 36f287c6..e94bd4b7 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do The PostgreSQL data layer for Ash Framework """ - @version "2.4.16" + @version "2.4.17" def project do [