Skip to content

Commit 901b991

Browse files
github-actions[bot]opentelemetrybotkaylareopelle
authored
release: Release opentelemetry-instrumentation-aws_sdk 0.8.1 (was 0.8.0) (#1532)
* release: Release opentelemetry-instrumentation-aws_sdk 0.8.1 (was 0.8.0) * ci: force --------- Co-authored-by: OpenTelemetry Bot <107717825+opentelemetrybot@users.noreply.github.com> Co-authored-by: Kayla Reopelle <kreopelle@newrelic.com>
1 parent 1c6fdc7 commit 901b991

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.8.1 / 2025-05-13
4+
5+
* DOCS: Use AWS SDK v3 in example
6+
37
### v0.8.0 / 2025-01-16
48

59
* BREAKING CHANGE: Set minimum supported version to Ruby 3.1

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.8.0'
10+
VERSION = '0.8.1'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)