Skip to content

Commit

Permalink
release: Release 2 gems (#1523)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Azuma <[email protected]>
  • Loading branch information
github-actions[bot] and dazuma authored Sep 19, 2023
1 parent 37e225a commit 05326e2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History: opentelemetry-api

### v1.2.3 / 2023-09-18

* FIXED: Optimize span and trace ID generation
* FIXED: Small perf improvement to generate_r

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

* FIXED: Patch the issue for frozen string on ruby < 3.0 with string interpolation
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.2'
VERSION = '1.2.3'
end
4 changes: 4 additions & 0 deletions sdk_experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-sdk-experimental

### v0.3.1 / 2023-09-18

* FIXED: Small perf improvement to generate_r

### v0.3.0 / 2023-06-08

* BREAKING CHANGE: Remove support for EoL Ruby 2.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module OpenTelemetry
module SDK
module Experimental
# Current OpenTelemetry experimental sdk version
VERSION = '0.3.0'
VERSION = '0.3.1'
end
end
end

0 comments on commit 05326e2

Please sign in to comment.