From 1d21b0076ac28f45166a30306daf7c461e296c2a Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 19 Jul 2023 10:20:45 -0400 Subject: [PATCH] chore: release version v1.3.36 --- CHANGELOG.md | 11 +++++++++++ mix.exs | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78da7e3..90a7309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.3.36](https://github.com/ash-project/ash_postgres/compare/v1.3.35...v1.3.36) (2023-07-19) + + + + +### Bug Fixes: + +* type casting improvements, handle manual relationships in `exists` + +* protected names in conflict_target (#158) + ## [v1.3.35](https://github.com/ash-project/ash_postgres/compare/v1.3.34...v1.3.35) (2023-07-18) diff --git a/mix.exs b/mix.exs index 41a11dc..c33a82a 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.35" + @version "1.3.36" def project do [