Skip to content

Commit b4a63c0

Browse files
committed
chore: release version v3.24.2
1 parent 67f706a commit b4a63c0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

99
<!-- changelog -->
1010

11+
## [v3.24.2](https://github.com/ash-project/ash/compare/v3.24.1...v3.24.2) (2026-04-13)
12+
13+
14+
15+
16+
### Bug Fixes:
17+
18+
* expand the paths in `exists` filters by [@zachdaniel](https://github.com/zachdaniel)
19+
1120
## [v3.24.1](https://github.com/ash-project/ash/compare/v3.24.0...v3.24.1) (2026-04-12)
1221

1322

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.24.1"
13+
@version "3.24.2"
1414

1515
def project do
1616
[

0 commit comments

Comments
 (0)