diff --git a/execution/CHANGELOG.md b/execution/CHANGELOG.md index a8bb6933d..42da984ea 100644 --- a/execution/CHANGELOG.md +++ b/execution/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.1](https://github.com/wundergraph/graphql-go-tools/compare/execution/v1.2.0...execution/v1.2.1) (2025-02-13) + + +### Bug Fixes + +* fix printing object value with optional fields ([#1065](https://github.com/wundergraph/graphql-go-tools/issues/1065)) ([5730d72](https://github.com/wundergraph/graphql-go-tools/commit/5730d728f78dc64a10c00eb1de1cd00292ce7dd2)) +* interface objects ([#1055](https://github.com/wundergraph/graphql-go-tools/issues/1055)) ([858d929](https://github.com/wundergraph/graphql-go-tools/commit/858d92992680bd8652dde2d3bdd036dbc40608c5)) + ## [1.2.0](https://github.com/wundergraph/graphql-go-tools/compare/execution/v1.1.0...execution/v1.2.0) (2024-12-30) diff --git a/release-please-manifest.json b/release-please-manifest.json index ece76ba0e..c5ada2474 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { "v2": "2.0.0-rc.151", - "execution": "1.2.0" + "execution": "1.2.1" }