Skip to content

Commit 1d70fe4

Browse files
release: Release opentelemetry-metrics-sdk 0.12.0 (was 0.11.2) (#2042)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent 6ce589f commit 1d70fe4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

metrics_sdk/CHANGELOG.md

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

3+
### v0.12.0 / 2026-02-11
4+
5+
* BREAKING CHANGE: Fix the issue of mixed scale with multiple attributes
6+
7+
* FIXED: Fix the issue of mixed scale with multiple attributes
8+
39
### v0.11.2 / 2025-12-02
410

511
* FIXED: Add merge logic for exponential histogram when the temporality cumulative

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

0 commit comments

Comments
 (0)