From 134cb4f193f05e9c78b2d1351824ee043abf1876 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 22 Jul 2024 14:05:28 -0400 Subject: [PATCH] chore: release version v3.2.6 --- CHANGELOG.md | 15 +++++++++++++++ mix.exs | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5bb0ca2..0246a46e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## [v3.2.6](https://github.com/ash-project/ash/compare/v3.2.5...v3.2.6) (2024-07-22) + + + + +### Bug Fixes: + +* fallback to `authorize_with` when authorizing bulk destroy actions + +* don't refer to non-existent `batch_change/4` + +### Improvements: + +* Replace incorrect function_exported?-checks in bulk-actions, add has-defs for change modules (#1330) + ## [v3.2.5](https://github.com/ash-project/ash/compare/v3.2.4...v3.2.5) (2024-07-22) ### Bug Fixes: diff --git a/mix.exs b/mix.exs index 5512c8d3..ff46de4e 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.2.5" + @version "3.2.6" def project do [