diff --git a/release-please-manifest.json b/release-please-manifest.json index a3c4a66e1c..248bc8f919 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { - "v2": "2.0.0-rc.264", + "v2": "2.0.0-rc.265", "execution": "1.9.0" } diff --git a/v2/CHANGELOG.md b/v2/CHANGELOG.md index bfad84eb35..3c7f118953 100644 --- a/v2/CHANGELOG.md +++ b/v2/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.0-rc.265](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.264...v2.0.0-rc.265) (2026-03-17) + + +### Bug Fixes + +* display correct multiplier for non-list fields ([#1449](https://github.com/wundergraph/graphql-go-tools/issues/1449)) ([cba8401](https://github.com/wundergraph/graphql-go-tools/commit/cba84017d1ebbcec5a3f510f0c59f59527777b3e)) + ## [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)