Skip to content

Commit b2cac91

Browse files
github-actions[bot]opentelemetrybotkaylareopelle
authored
release: Release opentelemetry-exporter-otlp-metrics 0.4.1 (was 0.4.0) (#1835)
* release: Release opentelemetry-exporter-otlp-metrics 0.4.1 (was 0.4.0) * Update CHANGELOG.md --------- Co-authored-by: OpenTelemetry Bot <[email protected]> Co-authored-by: Kayla Reopelle <[email protected]>
1 parent dd14784 commit b2cac91

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

exporter/otlp-metrics/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-exporter-otlp-metrics
22

3+
### v0.4.1 / 2025-04-17
4+
5+
* FIXED: Update out-of-date google-protobuf-any
6+
37
### v0.4.0 / 2025-02-25
48

59
- ADDED: Support 3.1 Min Version

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

+1-1
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.4.0'
12+
VERSION = '0.4.1'
1313
end
1414
end
1515
end

0 commit comments

Comments
 (0)