Skip to content

Commit 8b59600

Browse files
committed
chore: release version v2.3.1
1 parent ab78421 commit 8b59600

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

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

66
<!-- changelog -->
77

8+
## [v2.3.1](https://github.com/ash-project/ash_phoenix/compare/v2.3.0...v2.3.1) (2025-05-15)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* Initialize :raw_params field of for_action() Form (#362)
16+
17+
* for action params option (#359)
18+
19+
* Accept Phoenix.LiveView.Socket in SubdomainPlug (#355)
20+
21+
### Improvements:
22+
23+
* Document `:params` option for `for_action` (#361)
24+
25+
* Rework gen.live (#353)
26+
27+
* support `AshPhoenix.Form` in error subject
28+
829
## [v2.3.0](https://github.com/ash-project/ash_phoenix/compare/v2.2.0...v2.3.0) (2025-04-29)
930

1031

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.0"}
18+
{:ash_phoenix, "~> 2.3.1"}
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.0"
8+
@version "2.3.1"
99

1010
def project do
1111
[

0 commit comments

Comments
 (0)