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
+ ## [ v1.8.0] ( https://github.com/ash-project/ash_graphql/compare/v1.7.17...v1.8.0 ) (2025-07-17)
9
+
10
+
11
+
12
+
13
+ ### Features:
14
+
15
+ * add domain-level pubsub configuration for subscriptions (#341 ) by [ @barnabasJ ] ( https://github.com/barnabasJ )
16
+
8
17
## [ v1.7.17] ( https://github.com/ash-project/ash_graphql/compare/v1.7.16...v1.7.17 ) (2025-07-02)
9
18
10
19
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ mix igniter.install ash_graphql
22
22
def deps ()
23
23
[
24
24
.. .
25
- {:ash_graphql , " ~> 1.7.17 " }
25
+ {:ash_graphql , " ~> 1.8.0 " }
26
26
]
27
27
end
28
28
```
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do
5
5
The extension for building GraphQL APIs with Ash
6
6
"""
7
7
8
- @ version "1.7.17 "
8
+ @ version "1.8.0 "
9
9
10
10
@ source_url "https://github.com/ash-project/ash_graphql"
11
11
You can’t perform that action at this time.
0 commit comments