diff --git a/instrumentation/graphql/CHANGELOG.md b/instrumentation/graphql/CHANGELOG.md index 0bff149c6..cb9a4d9e6 100644 --- a/instrumentation/graphql/CHANGELOG.md +++ b/instrumentation/graphql/CHANGELOG.md @@ -1,5 +1,10 @@ # Release History: opentelemetry-instrumentation-graphql +### v0.31.2 / 2025-10-28 + +* FIXED: Patch dataloader to propagate context to new fiber +* FIXED: Does not trace resolve type unless enable + ### v0.31.1 / 2025-10-22 * FIXED: Update opentelemetry-instrumentation-base dependency diff --git a/instrumentation/graphql/lib/opentelemetry/instrumentation/graphql/version.rb b/instrumentation/graphql/lib/opentelemetry/instrumentation/graphql/version.rb index 5d5b80c15..7b0b0314c 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.31.1' + VERSION = '0.31.2' end end end