From e9da376a9cee5221659610e947c130be610be81e Mon Sep 17 00:00:00 2001 From: Dustin Deus Date: Tue, 10 Mar 2026 14:32:57 +0100 Subject: [PATCH] chore(master): release 2.0.0-rc.262 --- 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 1400038e61..fa576c9811 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { - "v2": "2.0.0-rc.261", + "v2": "2.0.0-rc.262", "execution": "1.9.0" } diff --git a/v2/CHANGELOG.md b/v2/CHANGELOG.md index 0341f2d9ad..f54b174954 100644 --- a/v2/CHANGELOG.md +++ b/v2/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.0-rc.262](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.261...v2.0.0-rc.262) (2026-03-10) + + +### Features + +* add initial support for [@requires](https://github.com/requires) in gRPC ([#1362](https://github.com/wundergraph/graphql-go-tools/issues/1362)) ([07ae75e](https://github.com/wundergraph/graphql-go-tools/commit/07ae75ea00583b6209f39d182d8287ad2eea7e98)) + ## [2.0.0-rc.261](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.260...v2.0.0-rc.261) (2026-03-06)