From 3fce3bf4859118db5dd81651707cdec3613e60f2 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 13 Aug 2024 11:22:09 -0400 Subject: [PATCH] chore: release version v3.4.1 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9f223cd..96f406e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## [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: diff --git a/mix.exs b/mix.exs index 77940af1..013e293b 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.0" + @version "3.4.1" def project do [