Skip to content

Commit

Permalink
Merge branch 'main' into create-logs-api-gem
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle authored Aug 1, 2023
2 parents 4f0eb52 + 7c1f352 commit 611909a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-api

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

* DOCS: Describe Tracer#in_span arguments

### v1.2.0 / 2023-06-08

* BREAKING CHANGE: Remove support for EoL Ruby 2.7
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.0'
VERSION = '1.2.1'
end
5 changes: 5 additions & 0 deletions exporter/otlp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History: opentelemetry-exporter-otlp

### v0.26.1 / 2023-07-29

* FIXED: Regenerate v0.20.0 protos
* ADDED: Allow google-protobuf ~> 3.14

### v0.26.0 / 2023-06-13

* ADDED: Use OTLP 0.20.0 protos
Expand Down
2 changes: 1 addition & 1 deletion exporter/otlp/lib/opentelemetry/exporter/otlp/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module OpenTelemetry
module Exporter
module OTLP
## Current OpenTelemetry OTLP exporter version
VERSION = '0.26.0'
VERSION = '0.26.1'
end
end
end

0 comments on commit 611909a

Please sign in to comment.