Skip to content

Commit 81627dd

Browse files
release: Release opentelemetry-sdk 1.1.0 (#1282)
* release: Release opentelemetry-sdk 1.1.0 Co-authored-by: Robert Laurin <[email protected]>
1 parent 113e513 commit 81627dd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

sdk/CHANGELOG.md

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

3+
### v1.1.0 / 2022-05-26
4+
5+
* BREAKING CHANGE: This requires upgrading both the SDK and Instrumentation gem in tandem
6+
7+
38
### v1.0.3 / 2022-05-02
49

510
* ADDED: Truncate the strings in an array attribute value if length_limit is configured

sdk/lib/opentelemetry/sdk/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
module OpenTelemetry
88
module SDK
99
## Current OpenTelemetry version
10-
VERSION = '1.0.3'
10+
VERSION = '1.1.0'
1111
end
1212
end

0 commit comments

Comments
 (0)