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.7.16] ( https://github.com/ash-project/ash_graphql/compare/v1.7.15...v1.7.16 ) (2025-07-02)
9
+
10
+
11
+
12
+
13
+ ### Bug Fixes:
14
+
15
+ * Add sorting of managed inputs to output stable graphql schema (#334 ) by olivermt
16
+
8
17
## [ v1.7.15] ( https://github.com/ash-project/ash_graphql/compare/v1.7.14...v1.7.15 ) (2025-06-18)
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.15 " }
25
+ {:ash_graphql , " ~> 1.7.16 " }
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.15 "
8
+ @ version "1.7.16 "
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