Skip to content

Commit 7c1f352

Browse files
github-actions[bot]dazumaarielvalentin
authored
release: Release 2 gems (#1504)
* release: Release 2 gems * docs: update release notes --------- Co-authored-by: Daniel Azuma <[email protected]> Co-authored-by: Ariel Valentin <[email protected]>
1 parent 08aec4b commit 7c1f352

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

api/CHANGELOG.md

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

3+
### v1.2.1 / 2023-07-29
4+
5+
* DOCS: Describe Tracer#in_span arguments
6+
37
### v1.2.0 / 2023-06-08
48

59
* BREAKING CHANGE: Remove support for EoL Ruby 2.7

api/lib/opentelemetry/version.rb

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

77
module OpenTelemetry
88
## Current OpenTelemetry version
9-
VERSION = '1.2.0'
9+
VERSION = '1.2.1'
1010
end

exporter/otlp/CHANGELOG.md

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

3+
### v0.26.1 / 2023-07-29
4+
5+
* FIXED: Regenerate v0.20.0 protos
6+
* ADDED: Allow google-protobuf ~> 3.14
7+
38
### v0.26.0 / 2023-06-13
49

510
* ADDED: Use OTLP 0.20.0 protos

exporter/otlp/lib/opentelemetry/exporter/otlp/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module OpenTelemetry
88
module Exporter
99
module OTLP
1010
## Current OpenTelemetry OTLP exporter version
11-
VERSION = '0.26.0'
11+
VERSION = '0.26.1'
1212
end
1313
end
1414
end

0 commit comments

Comments
 (0)