We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ce589f commit 1d70fe4Copy full SHA for 1d70fe4
metrics_sdk/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Release History: opentelemetry-metrics-sdk
2
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
9
### v0.11.2 / 2025-12-02
10
11
* FIXED: Add merge logic for exponential histogram when the temporality cumulative
metrics_sdk/lib/opentelemetry/sdk/metrics/version.rb
@@ -8,7 +8,7 @@ module OpenTelemetry
module SDK
module Metrics
# Current OpenTelemetry metrics sdk version
- VERSION = '0.11.2'
+ VERSION = '0.12.0'
12
end
13
14
0 commit comments