Skip to content

Commit bcf7bec

Browse files
release: Release opentelemetry-exporter-otlp 0.25.0 (#1460)
* release: Release opentelemetry-exporter-otlp 0.25.0 * chore: trigger ci * chore: update changelog --------- Co-authored-by: Robert Laurin <[email protected]>
1 parent e03e627 commit bcf7bec

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

exporter/otlp/CHANGELOG.md

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

3+
### v0.25.0 / 2023-06-01
4+
5+
* BREAKING CHANGE: Remove support for EoL Ruby 2.7
6+
7+
* ADDED: Remove support for EoL Ruby 2.7
8+
* FIXED: Make version available to user agent header #1458
9+
310
### v0.24.1 / 2023-05-30
411

512
* FIXED: Add Ruby 3.2 to CI and do small fix

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

0 commit comments

Comments
 (0)