There was an error while loading. Please reload this page.
1 parent 91874dd commit 2632fdfCopy full SHA for 2632fdf
2 files changed
CHANGELOG.md
@@ -8,6 +8,17 @@ SPDX-License-Identifier: MIT
8
9
<!-- changelog -->
10
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
22
## [v3.31.2](https://github.com/ash-project/ash/compare/v3.31.1...v3.31.2) (2026-08-09)
23
24
mix.exs
@@ -10,7 +10,7 @@ defmodule Ash.MixProject do
A declarative, extensible framework for building Elixir applications.
"""
- @version "3.31.2"
+ @version "3.31.3"
def project do
[
0 commit comments