File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
5
6
6
<!-- changelog -->
7
7
8
+ ## [ v2.3.5] ( https://github.com/ash-project/ash_phoenix/compare/v2.3.4...v2.3.5 ) (2025-05-31)
9
+
10
+
11
+
12
+
13
+ ### Bug Fixes:
14
+
15
+ * live route instructions (#371 )
16
+
8
17
## [ v2.3.4] ( https://github.com/ash-project/ash_phoenix/compare/v2.3.3...v2.3.4 ) (2025-05-30)
9
18
10
19
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Welcome! This is the package for integrating [Phoenix Framework](https://www.pho
15
15
Add ` ash_phoenix ` to your list of dependencies in ` mix.exs ` :
16
16
17
17
``` elixir
18
- {:ash_phoenix , " ~> 2.3.4 " }
18
+ {:ash_phoenix , " ~> 2.3.5 " }
19
19
```
20
20
21
21
## Whats in the box?
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do
5
5
Utilities for integrating Ash and Phoenix
6
6
"""
7
7
8
- @ version "2.3.4 "
8
+ @ version "2.3.5 "
9
9
10
10
def project do
11
11
[
You can’t perform that action at this time.
0 commit comments