diff --git a/common/CHANGELOG.md b/common/CHANGELOG.md index 62000dd675..3fb88daaff 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 3943ebf24e..b290888e9e 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