From 74a03d3cc5c8fa4f97d607c4bbc3930a3b643990 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 29 Feb 2024 13:24:05 -0500 Subject: [PATCH] chore: release version v1.5.12 --- CHANGELOG.md | 11 +++++++++++ mix.exs | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc25b26..58ce191 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.5.12](https://github.com/ash-project/ash_postgres/compare/v1.5.11...v1.5.12) (2024-02-29) + + + + +### Bug Fixes: + +* ensure that `from_many?` joins are properly limited + +* ensure that lateral joins are properly filtered + ## [v1.5.11](https://github.com/ash-project/ash_postgres/compare/v1.5.10...v1.5.11) (2024-02-29) diff --git a/mix.exs b/mix.exs index 7f85783..661217d 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.11" + @version "1.5.12" def project do [