Skip to content

Commit

Permalink
release: Release opentelemetry-api 1.2.2 (#1515)
Browse files Browse the repository at this point in the history
* release: Release opentelemetry-api 1.2.2

* chore: trigger ci

---------

Co-authored-by: Daniel Azuma <dazuma@gmail.com>
Co-authored-by: Robert Laurin <robert.laurin@shopify.com>
  • Loading branch information
3 people committed Aug 15, 2023
1 parent e654d73 commit e96deb7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History: opentelemetry-api

### v1.2.2 / 2023-08-15

* FIXED: Patch the issue for frozen string on ruby < 3.0 with string interpolation
* FIXED: Performance regression in_span
* FIXED: In_span performance

### v1.2.1 / 2023-07-29

* DOCS: Describe Tracer#in_span arguments
Expand Down
2 changes: 1 addition & 1 deletion api/lib/opentelemetry/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

module OpenTelemetry
## Current OpenTelemetry version
VERSION = '1.2.1'
VERSION = '1.2.2'
end

0 comments on commit e96deb7

Please sign in to comment.