Skip to content

Commit dd14784

Browse files
release: Release opentelemetry-metrics-sdk 0.6.1 (was 0.6.0) (#1834)
Co-authored-by: OpenTelemetry Bot <[email protected]>
1 parent c39e7a6 commit dd14784

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

metrics_sdk/CHANGELOG.md

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

3+
### v0.6.1 / 2025-04-09
4+
5+
* FIXED: Use condition signal to replace sleep and remove timeout.timeout…
6+
37
### v0.6.0 / 2025-02-25
48

59
- ADDED: Support 3.1 Min Version

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

+1-1
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.0'
11+
VERSION = '0.6.1'
1212
end
1313
end
1414
end

0 commit comments

Comments
 (0)