Skip to content

Commit 4357c96

Browse files
github-actions[bot]opentelemetrybotarielvalentin
authored
release: Release 2 gems (#1000)
* release: Release 2 gems * opentelemetry-instrumentation-rails 0.30.2 (was 0.30.1) * opentelemetry-instrumentation-all 0.61.0 (was 0.60.0) * ci: Force --------- Co-authored-by: OpenTelemetry Bot <[email protected]> Co-authored-by: Ariel Valentin <[email protected]>
1 parent b403d55 commit 4357c96

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

instrumentation/all/CHANGELOG.md

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

3+
### v0.61.0 / 2024-06-04
4+
5+
* ADDED: Add aws lambda to instrumentation-all
6+
* FIXED: Add action_mailer to rails and all
7+
38
### v0.60.0 / 2024-02-20
49

510
* ADDED: Add support gruf 2.19

instrumentation/all/lib/opentelemetry/instrumentation/all/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 All
10-
VERSION = '0.60.0'
10+
VERSION = '0.61.0'
1111
end
1212
end
1313
end

instrumentation/rails/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-rails
22

3+
### v0.30.2 / 2024-06-04
4+
5+
* FIXED: Add action_mailer to rails and all
6+
37
### v0.30.1 / 2024-04-30
48

59
* FIXED: Bundler conflict warnings

instrumentation/rails/lib/opentelemetry/instrumentation/rails/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 Rails
10-
VERSION = '0.30.1'
10+
VERSION = '0.30.2'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)