From 10d2c65065f3a0d7d5994ccc546fa3fe5c946160 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Fri, 25 Nov 2022 14:24:16 -0500 Subject: [PATCH] chore: release version v2.4.12 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ mix.exs | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53c8690a..7b255bcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,31 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.4.12](https://github.com/ash-project/ash/compare/v2.4.11...v2.4.12) (2022-11-25) + + + + +### Bug Fixes: + +* don't revisit nodes in the ash engine + +* properly map to `:destroy` step names + +* handle `Ash.Flow.Step.Destroy` in path matchers + +* resolve issue with `authorize_unless` and filter checks + +* fix pattern match error in manage relationship reduce + +### Improvements: + +* optimize various solver boolean optimizations + +* more comprehensively remove unnecessary clauses + +* prevent changing attributes and arguments after action validation + ## [v2.4.11](https://github.com/ash-project/ash/compare/v2.4.10...v2.4.11) (2022-11-22) diff --git a/mix.exs b/mix.exs index 38538ce2..2e5ec21e 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Ash.MixProject do designed to be used by multiple front ends. """ - @version "2.4.11" + @version "2.4.12" def project do [