Skip to content

Commit 56cd9b0

Browse files
committed
chore: release version v3.5.31
1 parent 3effedb commit 56cd9b0

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
<!-- changelog -->
44

5+
## [v3.5.31](https://github.com/ash-project/ash/compare/v3.5.30...v3.5.31) (2025-07-22)
6+
7+
8+
9+
10+
### Bug Fixes:
11+
12+
* Catch invalid load (#2213) by Kenneth Kostrešević
13+
14+
### Improvements:
15+
16+
* Add Ash.Subject to abstract Changeset, Query, ActionInput common functions (#2212) by [@chazwatkins](https://github.com/chazwatkins)
17+
18+
* support validations, preparations on generic actions by [@zachdaniel](https://github.com/zachdaniel)
19+
20+
* add before/after action hooks to generic actions by [@zachdaniel](https://github.com/zachdaniel)
21+
522
## [v3.5.30](https://github.com/ash-project/ash/compare/v3.5.29...v3.5.30) (2025-07-18)
623

724

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Ash.MixProject do
66
A declarative, extensible framework for building Elixir applications.
77
"""
88

9-
@version "3.5.30"
9+
@version "3.5.31"
1010

1111
def project do
1212
[

0 commit comments

Comments
 (0)