From 074a308733d8cc1f85873da477098468d5a8581a Mon Sep 17 00:00:00 2001 From: Dustin Deus Date: Wed, 6 Aug 2025 14:26:14 +0200 Subject: [PATCH] chore(master): release 2.0.0-rc.217 --- release-please-manifest.json | 2 +- v2/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/release-please-manifest.json b/release-please-manifest.json index 305361e5a5..ab29ca41b7 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { - "v2": "2.0.0-rc.216", + "v2": "2.0.0-rc.217", "execution": "1.4.0" } diff --git a/v2/CHANGELOG.md b/v2/CHANGELOG.md index 90be718a19..470eea0788 100644 --- a/v2/CHANGELOG.md +++ b/v2/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.0-rc.217](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.216...v2.0.0-rc.217) (2025-08-06) + + +### Bug Fixes + +* add an option to ignore skip/include directives ([#1261](https://github.com/wundergraph/graphql-go-tools/issues/1261)) ([dfd6523](https://github.com/wundergraph/graphql-go-tools/commit/dfd65236170251c7e195015130da8b9eceeddf3a)) + ## [2.0.0-rc.216](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.215...v2.0.0-rc.216) (2025-08-06)