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 [