Skip to content

Commit 69719cb

Browse files
committed
chore: release version v2.3.10
1 parent 010a50a commit 69719cb

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55

66
<!-- changelog -->
77

8+
## [v2.3.10](https://github.com/ash-project/ash_phoenix/compare/v2.3.9...v2.3.10) (2025-07-09)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* handle `value_is_key` forms by [@zachdaniel](https://github.com/zachdaniel)
16+
817
## [v2.3.9](https://github.com/ash-project/ash_phoenix/compare/v2.3.8...v2.3.9) (2025-06-28)
918

1019

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Welcome! This is the package for integrating [Phoenix Framework](https://www.pho
1515
Add `ash_phoenix` to your list of dependencies in `mix.exs`:
1616

1717
```elixir
18-
{:ash_phoenix, "~> 2.3.9"}
18+
{:ash_phoenix, "~> 2.3.10"}
1919
```
2020

2121
## Whats in the box?

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do
55
Utilities for integrating Ash and Phoenix
66
"""
77

8-
@version "2.3.9"
8+
@version "2.3.10"
99

1010
def project do
1111
[

0 commit comments

Comments
 (0)