diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a87f22..93ec57d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.3.64](https://github.com/ash-project/ash_postgres/compare/v1.3.63...v1.3.64) (2023-12-04) + + + + +### Bug Fixes: + +* properly cast lazy update defaults to target type + ## [v1.3.63](https://github.com/ash-project/ash_postgres/compare/v1.3.62...v1.3.63) (2023-12-03) diff --git a/mix.exs b/mix.exs index d2006b8..e1506cb 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.63" + @version "1.3.64" def project do [