Skip to content

Commit 5172e84

Browse files
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 <[email protected]>
1 parent 84d64ca commit 5172e84

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

common/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-common
22

3+
### v0.21.0 / 2024-05-08
4+
5+
* ADDED: Untraced method updated to support both block and non block structured calls
6+
37
### v0.20.1 / 2024-02-06
48

59
* FIXED: Patch the issue for frozen string on ruby < 3.0 with string interpolation

common/lib/opentelemetry/common/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
module OpenTelemetry
88
module Common
9-
VERSION = '0.20.1'
9+
VERSION = '0.21.0'
1010
end
1111
end

0 commit comments

Comments
 (0)