From 1824129d299e6406e9c0d4894f9e3f5914a28d4f Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 23 Oct 2024 22:25:12 -0400 Subject: [PATCH] chore: release version v3.4.36 --- CHANGELOG.md | 17 +++++++++++++++++ mix.exs | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a75f32cc8..6560cd46a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## [v3.4.36](https://github.com/ash-project/ash/compare/v3.4.35...v3.4.36) (2024-10-24) + + + + +### Bug Fixes: + +* properly replace fields with their replacement, not just their rules + +* ensure opts are passed through to constructed query in stream + +### Improvements: + +* add context indicating which action was just used to create a record + +* add `just_created_with_action/1` check + ## [v3.4.35](https://github.com/ash-project/ash/compare/v3.4.34...v3.4.35) (2024-10-22) diff --git a/mix.exs b/mix.exs index 8971dd902..1f67a75c0 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.35" + @version "3.4.36" def project do [