Skip to content

Commit

Permalink
release: Release opentelemetry-instrumentation-aws_sdk 0.5.1 (was 0.5…
Browse files Browse the repository at this point in the history
….0) (#861)

* release: Release opentelemetry-instrumentation-aws_sdk 0.5.1 (was 0.5.0)

* ci: Force

---------

Co-authored-by: OpenTelemetry Bot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Ariel Valentin <arielvalentin@github.com>
  • Loading branch information
3 people authored Feb 8, 2024
1 parent 85c7f5c commit c048b14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions instrumentation/aws_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-aws_sdk

### v0.5.1 / 2024-02-08

* FIXED: Return nil for non-existant key in AwsSdk::MessageAttributeGetter

### v0.5.0 / 2023-09-07

* FIXED: Align messaging instrumentation operation names
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module AwsSdk
VERSION = '0.5.0'
VERSION = '0.5.1'
end
end
end

0 comments on commit c048b14

Please sign in to comment.