diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ed6f11..3f6fbf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.3.58](https://github.com/ash-project/ash_postgres/compare/v1.3.57...v1.3.58) (2023-10-24) + + + + +### Bug Fixes: + +* don't traverse new types for storage type + +* properly join to related references in relationship filters + ## [v1.3.57](https://github.com/ash-project/ash_postgres/compare/v1.3.56...v1.3.57) (2023-10-17) diff --git a/mix.exs b/mix.exs index 0010dc9..929a7b5 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.57" + @version "1.3.58" def project do [