From e596517241296355c5a2de93e2ecc350be2f8a43 Mon Sep 17 00:00:00 2001 From: Dustin Deus Date: Wed, 11 Feb 2026 17:44:37 +0100 Subject: [PATCH] chore(master): release 2.0.0-rc.248 --- 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 c730f3806f..5ae07206de 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { - "v2": "2.0.0-rc.247", + "v2": "2.0.0-rc.248", "execution": "1.7.0" } diff --git a/v2/CHANGELOG.md b/v2/CHANGELOG.md index eaba6f03f1..fc37975ea2 100644 --- a/v2/CHANGELOG.md +++ b/v2/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.0-rc.248](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.247...v2.0.0-rc.248) (2026-02-11) + + +### Bug Fixes + +* requires is not ignored when all fields provided ([#1380](https://github.com/wundergraph/graphql-go-tools/issues/1380)) ([31d9d45](https://github.com/wundergraph/graphql-go-tools/commit/31d9d456c90b5575f7c0d49a40feb3f931ba1b3b)) + ## [2.0.0-rc.247](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.246...v2.0.0-rc.247) (2026-02-06)