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 [