Skip to content

Commit 8a16f1f

Browse files
release: Release opentelemetry-exporter-otlp 0.28.0 (was 0.27.0) (#1646)
* release: Release opentelemetry-exporter-otlp 0.28.0 (was 0.27.0) --------- Co-authored-by: Robert Laurin <[email protected]>
1 parent 289b4aa commit 8a16f1f

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.28.0 / 2024-06-19
4+
5+
* ADDED: Bump google_protobuf >=3.18, < 5.a
6+
37
### v0.27.0 / 2024-04-19
48

59
* ADDED: Add stats for serialization time in otlp exporter

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

0 commit comments

Comments
 (0)