From 2fbf807323026e282b129498275e2d57297b2233 Mon Sep 17 00:00:00 2001 From: Dustin Deus Date: Fri, 13 Mar 2026 15:24:03 +0100 Subject: [PATCH] chore(master): release 2.0.0-rc.264 --- 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 ff8207aa82..a3c4a66e1c 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { - "v2": "2.0.0-rc.263", + "v2": "2.0.0-rc.264", "execution": "1.9.0" } diff --git a/v2/CHANGELOG.md b/v2/CHANGELOG.md index bb67fa7600..bfad84eb35 100644 --- a/v2/CHANGELOG.md +++ b/v2/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.0-rc.264](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.263...v2.0.0-rc.264) (2026-03-13) + + +### Features + +* support sizedFields in cost computations ([#1410](https://github.com/wundergraph/graphql-go-tools/issues/1410)) ([48f7582](https://github.com/wundergraph/graphql-go-tools/commit/48f75821b0d7e0ffb5f7e66cffba3d1ad0cbf9dc)) + ## [2.0.0-rc.263](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.262...v2.0.0-rc.263) (2026-03-13)