diff --git a/CHANGELOG.md b/CHANGELOG.md index 51b8dc86..b62f7881 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.3.54](https://github.com/ash-project/ash_postgres/compare/v1.3.53...v1.3.54) (2023-10-10) + + + + +### Bug Fixes: + +* fix type specification for foreign_key_names + ## [v1.3.53](https://github.com/ash-project/ash_postgres/compare/v1.3.52...v1.3.53) (2023-10-10) diff --git a/mix.exs b/mix.exs index 5b0b971d..c7ef419f 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do support, and delegates to a configured repo. """ - @version "1.3.53" + @version "1.3.54" def project do [