Skip to content

Commit 7a0e98a

Browse files
committed
chore: release version v3.5.32
1 parent d309c45 commit 7a0e98a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

33
<!-- changelog -->
44

5+
## [v3.5.32](https://github.com/ash-project/ash/compare/v3.5.31...v3.5.32) (2025-07-23)
6+
7+
8+
9+
10+
### Bug Fixes:
11+
12+
* ensure that exists "at_path" is returned as a relationship path by [@zachdaniel](https://github.com/zachdaniel)
13+
14+
### Improvements:
15+
16+
* add before/after/around transaction hooks to generic actions (#2218) by ChristianAlexander
17+
518
## [v3.5.31](https://github.com/ash-project/ash/compare/v3.5.30...v3.5.31) (2025-07-22)
619

720

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.31"
9+
@version "3.5.32"
1010

1111
def project do
1212
[

0 commit comments

Comments
 (0)