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.1] ( https://github.com/ash-project/ash_graphql/compare/v1.8.0...v1.8.1 ) (2025-07-29)
9
+
10
+
11
+
12
+
13
+ ### Bug Fixes:
14
+
15
+ * apply destroy loads on initial query (#346 ) by Daniel Gollings
16
+
8
17
## [ v1.8.0] ( https://github.com/ash-project/ash_graphql/compare/v1.7.17...v1.8.0 ) (2025-07-17)
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.8.0 " }
25
+ {:ash_graphql , " ~> 1.8.1 " }
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.8.0 "
8
+ @ version "1.8.1 "
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