Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions exporter/otlp-metrics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-exporter-otlp-metrics

### v0.5.0 / 2025-06-23

* ADDED: Add exponential histogram in otlp metrics exporter

### v0.4.1 / 2025-04-17

* FIXED: Update out-of-date google-protobuf-any
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module Exporter
module OTLP
module Metrics
## Current OpenTelemetry OTLP exporter version
VERSION = '0.4.1'
VERSION = '0.5.0'
end
end
end
Expand Down
Loading