Skip to content

Commit ffad763

Browse files
otelbot-ruby[bot]otelbot[bot]kaylareopelle
authored
release: Release 2 gems (#1946)
* release: Release 2 gems * opentelemetry-exporter-otlp-metrics 0.6.1 (was 0.6.0) * opentelemetry-exporter-otlp-logs 0.2.2 (was 0.2.1) * Apply suggestions from code review --------- Co-authored-by: otelbot <[email protected]> Co-authored-by: Kayla Reopelle <[email protected]>
1 parent 6a7a378 commit ffad763

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

exporter/otlp-logs/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-logs
22

3+
### v0.2.2 / 2025-10-17
4+
5+
* FIXED: Increase OTLP Proto version to 1.8.0 to match version in opentelemetry-exporter-otlp
6+
37
### v0.2.1 / 2025-08-14
48

59
- FIXED: Support hash bodies and attribute values in OTLP logs exporter

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module Exporter
99
module OTLP
1010
module Logs
1111
## Current OpenTelemetry OTLP logs exporter version
12-
VERSION = '0.2.1'
12+
VERSION = '0.2.2'
1313
end
1414
end
1515
end

exporter/otlp-metrics/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-metrics
22

3+
### v0.6.1 / 2025-10-17
4+
5+
* FIXED: Increase OTLP Proto version to 1.8.0 to match version in opentelemetry-exporter-otlp
6+
37
### v0.6.0 / 2025-08-14
48

59
- ADDED: Add support for exporting asynchronous instruments

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module Exporter
99
module OTLP
1010
module Metrics
1111
## Current OpenTelemetry OTLP exporter version
12-
VERSION = '0.6.0'
12+
VERSION = '0.6.1'
1313
end
1414
end
1515
end

0 commit comments

Comments
 (0)