Skip to content

Commit 4621c02

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

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.1 / 2025-05-28
4+
5+
* FIXED: Recover periodic metric readers after forking
6+
37
### v0.7.0 / 2025-05-13
48

59
* ADDED: Add basic exponential histogram

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

0 commit comments

Comments
 (0)