Skip to content

Commit ac9b36a

Browse files
release: Release opentelemetry-exporter-otlp 0.26.0 (#1468)
* release: Release opentelemetry-exporter-otlp 0.26.0 * chore: trigger ci --------- Co-authored-by: Robert Laurin <[email protected]>
1 parent 12d96a2 commit ac9b36a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

exporter/otlp/CHANGELOG.md

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

3+
### v0.26.0 / 2023-06-13
4+
5+
* ADDED: Use OTLP 0.20.0 protos
6+
37
### v0.25.0 / 2023-06-01
48

59
* BREAKING CHANGE: Remove support for EoL Ruby 2.7

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.25.0'
11+
VERSION = '0.26.0'
1212
end
1313
end
1414
end

0 commit comments

Comments
 (0)