diff --git a/CHANGELOG.md b/CHANGELOG.md index f2864752..3e832662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.3.62](https://github.com/ash-project/ash_postgres/compare/v1.3.61...v1.3.62) (2023-11-16) + + + + +### Bug Fixes: + +* use `synonymous_relationship_path` when looking up ref bindings + +* add calculation context to calculation expressions + ## [v1.3.61](https://github.com/ash-project/ash_postgres/compare/v1.3.60...v1.3.61) (2023-11-15) diff --git a/mix.exs b/mix.exs index d3796f98..1d3c97f2 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.61" + @version "1.3.62" def project do [