Skip to content

Commit

Permalink
release: Release 2 gems (#1107)
Browse files Browse the repository at this point in the history
* release: Release 2 gems

Co-authored-by: Robb Kidd <[email protected]>
  • Loading branch information
github-actions[bot] and robbkidd authored Jan 26, 2022
1 parent 4cfe0ba commit 8fe083c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions instrumentation/all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History: opentelemetry-instrumentation-all

### v0.23.0 / 2022-01-26

* ADDED: Add Trilogy Auto Instrumentation
* FIXED: `ActiveSupport` constant conflict in Active Model Serializers instrumentation
* FIXED: add missing require for aws_sdk instrumentation #1054

### v0.22.0 / 2021-12-01

* ADDED: Move activesupport notification subsciber out of action_view gem
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module All
VERSION = '0.22.0'
VERSION = '0.23.0'
end
end
end
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.2.2 / 2022-01-26

* (No significant changes)

### v0.2.1 / 2022-01-21

* ADDED: attach HTTP status code to AWS spans
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.2.1'
VERSION = '0.2.2'
end
end
end

0 comments on commit 8fe083c

Please sign in to comment.