diff --git a/release-please-manifest.json b/release-please-manifest.json index 0e84cc97e8..1c5ea1f020 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { - "v2": "2.0.0-rc.242", + "v2": "2.0.0-rc.243", "execution": "1.6.0" } diff --git a/v2/CHANGELOG.md b/v2/CHANGELOG.md index 3306ef693d..27fe25c98c 100644 --- a/v2/CHANGELOG.md +++ b/v2/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.0-rc.243](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.242...v2.0.0-rc.243) (2026-01-20) + + +### Bug Fixes + +* planner fixes for abstract selection rewriter, node selection rules ([#1360](https://github.com/wundergraph/graphql-go-tools/issues/1360)) ([7baca8b](https://github.com/wundergraph/graphql-go-tools/commit/7baca8bdf718f0aaaa869902456d609838122657)) + ## [2.0.0-rc.242](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.241...v2.0.0-rc.242) (2025-12-19)