Skip to content

Commit 70b6355

Browse files
committed
chore: release version v3.22.0
1 parent 7031103 commit 70b6355

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,25 @@ SPDX-License-Identifier: MIT
88

99
<!-- changelog -->
1010

11+
## [v3.22.0](https://github.com/ash-project/ash/compare/v3.21.3...v3.22.0) (2026-03-29)
12+
13+
14+
15+
16+
### Features:
17+
18+
* add batch_validate callback to Ash.Resource.Validation (#2650) by [@RylandBangerter85](https://github.com/RylandBangerter85)
19+
20+
### Bug Fixes:
21+
22+
* remove `Module.concat` from `Ash.Type.Module.cast_input/2` by [@zachdaniel](https://github.com/zachdaniel)
23+
24+
* handle nil return from generic actions with load option and enforce allow_nil? (#2649) by [@barnabasJ](https://github.com/barnabasJ) [(#2649)](https://github.com/ash-project/ash/pull/2649)
25+
26+
### Improvements:
27+
28+
* validate many callback returns (#2645) by celeste-wahlquist [(#2645)](https://github.com/ash-project/ash/pull/2645)
29+
1130
## [v3.21.3](https://github.com/ash-project/ash/compare/v3.21.2...v3.21.3) (2026-03-25)
1231

1332

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defmodule Ash.MixProject do
1010
A declarative, extensible framework for building Elixir applications.
1111
"""
1212

13-
@version "3.21.3"
13+
@version "3.22.0"
1414

1515
def project do
1616
[

0 commit comments

Comments
 (0)