Skip to content

Commit ab0204a

Browse files
committed
chore: release version v1.7.17
1 parent 9d3b532 commit ab0204a

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55

66
<!-- changelog -->
77

8+
## [v1.7.17](https://github.com/ash-project/ash_graphql/compare/v1.7.16...v1.7.17) (2025-07-02)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* fix :none relationship pagination strategy, and improve tests for it (#337) by Jesse Williams
16+
817
## [v1.7.16](https://github.com/ash-project/ash_graphql/compare/v1.7.15...v1.7.16) (2025-07-02)
918

1019

documentation/tutorials/getting-started-with-graphql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ mix igniter.install ash_graphql
2222
def deps()
2323
[
2424
...
25-
{:ash_graphql, "~> 1.7.16"}
25+
{:ash_graphql, "~> 1.7.17"}
2626
]
2727
end
2828
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do
55
The extension for building GraphQL APIs with Ash
66
"""
77

8-
@version "1.7.16"
8+
@version "1.7.17"
99

1010
@source_url "https://github.com/ash-project/ash_graphql"
1111

0 commit comments

Comments
 (0)