Skip to content

Commit 26a9b3b

Browse files
github-actions[bot]dazumaplantfansam
authored
release: Release opentelemetry-instrumentation-aws_sdk 0.3.1 (#105)
* release: Release opentelemetry-instrumentation-aws_sdk 0.3.1 * trigger CI Co-authored-by: Daniel Azuma <[email protected]> Co-authored-by: Sam Handler <[email protected]>
1 parent a11d8b1 commit 26a9b3b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

instrumentation/aws_sdk/CHANGELOG.md

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

3+
### v0.3.1 / 2022-07-19
4+
5+
* FIXED: Suppress invalid span attribute value type warning in aws-sdk instrumentation
6+
37
### v0.3.0 / 2022-06-09
48

59
* Upgrading Base dependency version

instrumentation/aws_sdk/lib/opentelemetry/instrumentation/aws_sdk/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module OpenTelemetry
88
module Instrumentation
99
module AwsSdk
10-
VERSION = '0.3.0'
10+
VERSION = '0.3.1'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)