From 5172e84aaa72d95767fc1f8bac0f79bdafde7024 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 14:45:20 -0500 Subject: [PATCH] release: Release opentelemetry-common 0.21.0 (was 0.20.1) (#1637) * release: Release opentelemetry-common 0.21.0 (was 0.20.1) --------- Co-authored-by: Robert Laurin --- common/CHANGELOG.md | 4 ++++ common/lib/opentelemetry/common/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/common/CHANGELOG.md b/common/CHANGELOG.md index 62000dd67..3fb88daaf 100644 --- a/common/CHANGELOG.md +++ b/common/CHANGELOG.md @@ -1,5 +1,9 @@ # Release History: opentelemetry-common +### v0.21.0 / 2024-05-08 + +* ADDED: Untraced method updated to support both block and non block structured calls + ### v0.20.1 / 2024-02-06 * FIXED: Patch the issue for frozen string on ruby < 3.0 with string interpolation diff --git a/common/lib/opentelemetry/common/version.rb b/common/lib/opentelemetry/common/version.rb index 3943ebf24..b290888e9 100644 --- a/common/lib/opentelemetry/common/version.rb +++ b/common/lib/opentelemetry/common/version.rb @@ -6,6 +6,6 @@ module OpenTelemetry module Common - VERSION = '0.20.1' + VERSION = '0.21.0' end end