Skip to content

Commit

Permalink
release: Release 2 gems
Browse files Browse the repository at this point in the history
* opentelemetry-instrumentation-rails 0.30.2 (was 0.30.1)
* opentelemetry-instrumentation-all 0.61.0 (was 0.60.0)
  • Loading branch information
opentelemetrybot committed Jun 4, 2024
1 parent b403d55 commit 7af00c7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions instrumentation/all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History: opentelemetry-instrumentation-all

### v0.61.0 / 2024-06-04

* ADDED: Add aws lambda to instrumentation-all
* FIXED: Add action_mailer to rails and all

### v0.60.0 / 2024-02-20

* ADDED: Add support gruf 2.19
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.60.0'
VERSION = '0.61.0'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/rails/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-rails

### v0.30.2 / 2024-06-04

* FIXED: Add action_mailer to rails and all

### v0.30.1 / 2024-04-30

* FIXED: Bundler conflict warnings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Rails
VERSION = '0.30.1'
VERSION = '0.30.2'
end
end
end

0 comments on commit 7af00c7

Please sign in to comment.