From 08790849cb3ce3c65cf86442cbea300707af78aa Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 4 Sep 2024 10:32:55 -0400 Subject: [PATCH] chore: release version v3.4.3 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 896f6c4a..66915888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## [v3.4.3](https://github.com/ash-project/ash/compare/v3.4.2...v3.4.3) (2024-09-04) + + + + +### Bug Fixes: + +* properly await tasks from lazy loading multiple relationships + ## [v3.4.2](https://github.com/ash-project/ash/compare/v3.4.1...v3.4.2) (2024-09-04) ### Bug Fixes: diff --git a/mix.exs b/mix.exs index 065d485e..875736be 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule Ash.MixProject do A declarative, extensible framework for building Elixir applications. """ - @version "3.4.2" + @version "3.4.3" def project do [