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
55
66<!-- changelog -->
77
8+ ## [ v1.8.2] ( https://github.com/ash-project/ash_graphql/compare/v1.8.1...v1.8.2 ) (2025-08-07)
9+
10+
11+
12+
13+ ### Improvements:
14+
15+ * Add support for relay_id_translation on GraphQL subscriptions (#349 ) by Mike Wilson
16+
817## [ v1.8.1] ( https://github.com/ash-project/ash_graphql/compare/v1.8.0...v1.8.1 ) (2025-07-29)
918
1019
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ mix igniter.install ash_graphql
2222def deps ()
2323 [
2424 .. .
25- {:ash_graphql , " ~> 1.8.1 " }
25+ {:ash_graphql , " ~> 1.8.2 " }
2626 ]
2727end
2828```
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do
55 The extension for building GraphQL APIs with Ash
66 """
77
8- @ version "1.8.1 "
8+ @ version "1.8.2 "
99
1010 @ source_url "https://github.com/ash-project/ash_graphql"
1111
You can’t perform that action at this time.
0 commit comments