Skip to content

Commit 2632fdf

Browse files
committed
chore: release version v3.31.3
1 parent 91874dd commit 2632fdf

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

99
<!-- changelog -->
1010

11+
## [v3.31.3](https://github.com/ash-project/ash/compare/v3.31.2...v3.31.3) (2026-08-12)
12+
13+
14+
15+
16+
### Bug Fixes:
17+
18+
* do not accept any `%Ash.Expr{}` terms via keysets by [@zachdaniel](https://github.com/zachdaniel)
19+
20+
* switch docs & installer to use actual name for config by [@zachdaniel](https://github.com/zachdaniel)
21+
1122
## [v3.31.2](https://github.com/ash-project/ash/compare/v3.31.1...v3.31.2) (2026-08-09)
1223

1324

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.31.2"
13+
@version "3.31.3"
1414

1515
def project do
1616
[

0 commit comments

Comments
 (0)