Skip to content

Commit 14a6d96

Browse files
github-actions[bot]opentelemetrybotarielvalentin
authored
release: Release opentelemetry-instrumentation-rails 0.35.1 (was 0.35.0) (#1372)
* release: Release opentelemetry-instrumentation-rails 0.35.1 (was 0.35.0) * docs: Update CHANGELOG.md --------- Co-authored-by: OpenTelemetry Bot <[email protected]> Co-authored-by: Ariel Valentin <[email protected]>
1 parent 21acdab commit 14a6d96

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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.35.1 / 2025-01-28
4+
5+
* DOCS: Required version in Rails README from 0.24 to 0.34.
6+
37
### v0.35.0 / 2025-01-16
48

59
* BREAKING CHANGE: Drop Support for EoL Rails 6.1

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

0 commit comments

Comments
 (0)