Skip to content

Commit 29572ee

Browse files
committed
chore: Adjust version to 0.4.1
The ADDED commit was a false alarm. This only includes fixes.
1 parent fb25fce commit 29572ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

metrics_sdk/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History: opentelemetry-metrics-sdk
22

3-
### v0.5.0 / 2024-12-04
3+
### v0.4.1 / 2024-12-04
44

55
* FIXED: Handle float value in NumberDataPoint
66

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

0 commit comments

Comments
 (0)