From 1a4a508e3979ab92e93c4b4601b15281c957f319 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 5 Mar 2024 09:20:32 -0500 Subject: [PATCH] chore: release version v1.5.16 --- CHANGELOG.md | 11 +++++++++++ mix.exs | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 665d96d..da7ac73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.5.16](https://github.com/ash-project/ash_postgres/compare/v1.5.15...v1.5.16) (2024-03-05) + + + + +### Bug Fixes: + +* always exclude `:order_by` on bulk updateable query + +* don't apply join relationship sort for lateral join + ## [v1.5.15](https://github.com/ash-project/ash_postgres/compare/v1.5.14...v1.5.15) (2024-03-01) diff --git a/mix.exs b/mix.exs index 50e085a..e441f3d 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do support, and delegates to a configured repo. """ - @version "1.5.15" + @version "1.5.16" def project do [