From 11aca4d5ada84d7e29edca53e3ddd3d509186666 Mon Sep 17 00:00:00 2001 From: Dustin Deus Date: Fri, 20 Feb 2026 18:18:22 +0100 Subject: [PATCH] chore(master): release execution 1.9.0 --- execution/CHANGELOG.md | 7 +++++++ release-please-manifest.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/execution/CHANGELOG.md b/execution/CHANGELOG.md index be2ff4b097..9134dd42e1 100644 --- a/execution/CHANGELOG.md +++ b/execution/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.9.0](https://github.com/wundergraph/graphql-go-tools/compare/execution/v1.8.1...execution/v1.9.0) (2026-02-20) + + +### Features + +* compute dynamic (actual) cost ([#1376](https://github.com/wundergraph/graphql-go-tools/issues/1376)) ([d6dc786](https://github.com/wundergraph/graphql-go-tools/commit/d6dc786c0505e396b9fab3adbee0c11693b1a123)) + ## [1.8.1](https://github.com/wundergraph/graphql-go-tools/compare/execution/v1.8.0...execution/v1.8.1) (2026-02-19) diff --git a/release-please-manifest.json b/release-please-manifest.json index a3b0776153..992391b197 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { "v2": "2.0.0-rc.254", - "execution": "1.8.1" + "execution": "1.9.0" }