From c0918d9e4ac481b846a6d41a4b83961e5084d531 Mon Sep 17 00:00:00 2001 From: Ariel Valentin Date: Mon, 27 Nov 2023 18:38:43 +0000 Subject: [PATCH 1/2] release: Release opentelemetry-instrumentation-graphql 0.27.0 (was 0.26.8) --- instrumentation/graphql/CHANGELOG.md | 4 ++++ .../lib/opentelemetry/instrumentation/graphql/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/instrumentation/graphql/CHANGELOG.md b/instrumentation/graphql/CHANGELOG.md index a9834fcec..c4ccc6bb3 100644 --- a/instrumentation/graphql/CHANGELOG.md +++ b/instrumentation/graphql/CHANGELOG.md @@ -1,5 +1,9 @@ # Release History: opentelemetry-instrumentation-graphql +### v0.27.0 / 2023-11-27 + +* (No significant changes) + ### v0.26.8 / 2023-11-23 * CHANGED: Applied Rubocop Performance Recommendations [#727](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/727) diff --git a/instrumentation/graphql/lib/opentelemetry/instrumentation/graphql/version.rb b/instrumentation/graphql/lib/opentelemetry/instrumentation/graphql/version.rb index eb3e1d541..db8496fff 100644 --- a/instrumentation/graphql/lib/opentelemetry/instrumentation/graphql/version.rb +++ b/instrumentation/graphql/lib/opentelemetry/instrumentation/graphql/version.rb @@ -7,7 +7,7 @@ module OpenTelemetry module Instrumentation module GraphQL - VERSION = '0.26.8' + VERSION = '0.27.0' end end end From 2823cf2007c4c97f44c2533d6521a6876e4243bc Mon Sep 17 00:00:00 2001 From: Ariel Valentin Date: Mon, 27 Nov 2023 12:40:06 -0600 Subject: [PATCH 2/2] Update instrumentation/graphql/CHANGELOG.md --- instrumentation/graphql/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/graphql/CHANGELOG.md b/instrumentation/graphql/CHANGELOG.md index c4ccc6bb3..8f5227841 100644 --- a/instrumentation/graphql/CHANGELOG.md +++ b/instrumentation/graphql/CHANGELOG.md @@ -2,7 +2,7 @@ ### v0.27.0 / 2023-11-27 -* (No significant changes) +* CHANGED: Performance optimization cache attribute hashes [#723](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/723) ### v0.26.8 / 2023-11-23