diff --git a/CHANGELOG.md b/CHANGELOG.md index e1d714e..f286475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,27 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.3.61](https://github.com/ash-project/ash_postgres/compare/v1.3.60...v1.3.61) (2023-11-15) + + + + +### Bug Fixes: + +* don't append update_defaults automatically if `upsert_fields` was set + +* don't ensure repo compiled at compile time + +* handle additional case for new functional repo callback + +* get resource from proper bindings on `exists` query + +### Improvements: + +* support a 2 argument function for the repo option + +* spport `CURRENT_DATE` default + ## [v1.3.60](https://github.com/ash-project/ash_postgres/compare/v1.3.59...v1.3.60) (2023-10-27) diff --git a/mix.exs b/mix.exs index 57b067c..f2e3fba 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.60" + @version "1.3.61" def project do [