diff --git a/release-please-manifest.json b/release-please-manifest.json index e28e453c3d..a3b0776153 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { - "v2": "2.0.0-rc.253", + "v2": "2.0.0-rc.254", "execution": "1.8.1" } diff --git a/v2/CHANGELOG.md b/v2/CHANGELOG.md index 986cc687ae..091a3024d6 100644 --- a/v2/CHANGELOG.md +++ b/v2/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.0-rc.254](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.253...v2.0.0-rc.254) (2026-02-20) + + +### Features + +* **resolve:** update astjson to arena-safe API, remove redundant copies ([#1400](https://github.com/wundergraph/graphql-go-tools/issues/1400)) ([850ce6e](https://github.com/wundergraph/graphql-go-tools/commit/850ce6e49f4d5c630630e27ec27f49e7a3283a23)) + ## [2.0.0-rc.253](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.252...v2.0.0-rc.253) (2026-02-19)