chore: release version v3.4.1

This commit is contained in:
Zach Daniel 2024-08-13 11:22:09 -04:00
parent 1654ccdead
commit 3fce3bf485
2 changed files with 10 additions and 1 deletions

View file

@ -2,6 +2,15 @@
<!-- changelog -->
## [v3.4.1](https://github.com/ash-project/ash/compare/v3.4.0...v3.4.1) (2024-08-13)
### Bug Fixes:
* properly pass actor, action, tenant etc. to lazy loaded relationships
## [v3.4.0](https://github.com/ash-project/ash/compare/v3.3.3...v3.4.0) (2024-08-12)
### Features:

View file

@ -6,7 +6,7 @@ defmodule Ash.MixProject do
A declarative, extensible framework for building Elixir applications.
"""
@version "3.4.0"
@version "3.4.1"
def project do
[