chore: release version v2.4.12

This commit is contained in:
Zach Daniel 2022-11-25 14:24:16 -05:00
parent 52e7c133a6
commit 10d2c65065
2 changed files with 26 additions and 1 deletions

View file

@ -5,6 +5,31 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [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)

View file

@ -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
[