Skip to content

Commit 7047f09

Browse files
release: Release opentelemetry-metrics-sdk 0.11.0 (was 0.10.1) (#1950)
Co-authored-by: otelbot <[email protected]>
1 parent 4b323c9 commit 7047f09

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.11.0 / 2025-10-28
4+
5+
* ADDED: Add logging about export status to Metrics SDK
6+
37
### v0.10.1 / 2025-10-21
48

59
* FIXED: Update callback timeout mechanism to use Thread

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

0 commit comments

Comments
 (0)