Skip to content

Commit 74adcbc

Browse files
release: Release opentelemetry-sdk-experimental 0.1.0 (#1399)
Co-authored-by: Daniel Azuma <[email protected]>
1 parent 5662167 commit 74adcbc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

sdk_experimental/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
# Release History: opentelemetry-sdk-experimental
2+
3+
### v0.1.0 / 2022-11-09
4+
5+
* Initial release.

sdk_experimental/lib/opentelemetry/sdk/experimental/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 Experimental
1010
# Current OpenTelemetry experimental sdk version
11-
VERSION = '0.0.1'
11+
VERSION = '0.1.0'
1212
end
1313
end
1414
end

0 commit comments

Comments
 (0)