chore: release version v3.4.3

This commit is contained in:
Zach Daniel 2024-09-04 10:32:55 -04:00
parent d144be692e
commit 08790849cb
2 changed files with 10 additions and 1 deletions

View file

@ -2,6 +2,15 @@
<!-- changelog -->
## [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:

View file

@ -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
[