Skip to content

Commit ace2c9f

Browse files
github-actions[bot]opentelemetrybotkaylareopelle
authored
release: Release opentelemetry-metrics-sdk 0.7.0 (was 0.6.1) (#1843)
* release: Release opentelemetry-metrics-sdk 0.7.0 (was 0.6.1) * ci: force --------- Co-authored-by: OpenTelemetry Bot <[email protected]> Co-authored-by: Kayla Reopelle <[email protected]>
1 parent 4069031 commit ace2c9f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

metrics_sdk/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-metrics-sdk
22

3+
### v0.7.0 / 2025-05-13
4+
5+
* ADDED: Add basic exponential histogram
6+
37
### v0.6.1 / 2025-04-09
48

59
* FIXED: Use condition signal to replace sleep and remove timeout.timeout…

metrics_sdk/lib/opentelemetry/sdk/metrics/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module OpenTelemetry
88
module SDK
99
module Metrics
1010
# Current OpenTelemetry metrics sdk version
11-
VERSION = '0.6.1'
11+
VERSION = '0.7.0'
1212
end
1313
end
1414
end

0 commit comments

Comments
 (0)