Skip to content

Commit

Permalink
release: Release opentelemetry-common 0.21.0 (was 0.20.1) (#1637)
Browse files Browse the repository at this point in the history
* release: Release opentelemetry-common 0.21.0 (was 0.20.1)

---------

Co-authored-by: Robert Laurin <robert.laurin@shopify.com>
  • Loading branch information
github-actions[bot] and robertlaurin committed May 8, 2024
1 parent 84d64ca commit 5172e84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion common/lib/opentelemetry/common/version.rb
Expand Up @@ -6,6 +6,6 @@

module OpenTelemetry
module Common
VERSION = '0.20.1'
VERSION = '0.21.0'
end
end

0 comments on commit 5172e84

Please sign in to comment.