Skip to content

Commit 07b8748

Browse files
chore: release main
1 parent a08467a commit 07b8748

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"instrumentation/que": "0.9.0",
3535
"instrumentation/racecar": "0.4.0",
3636
"instrumentation/rack": "0.26.0",
37-
"instrumentation/rails": "0.35.0",
37+
"instrumentation/rails": "0.35.1",
3838
"instrumentation/rake": "0.3.0",
3939
"instrumentation/rdkafka": "0.5.0",
4040
"instrumentation/redis": "0.26.0",

instrumentation/rails/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release History: opentelemetry-instrumentation-rails
22

3+
## [0.35.1](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-rails/v0.35.0...opentelemetry-instrumentation-rails/v0.35.1) (2025-01-27)
4+
5+
6+
### Bug Fixes
7+
8+
* Change required version in Rails README from 0.24 to 0.34 ([a08467a](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/a08467abe1ba51c32bdcb1162008b7cf1eaf598b))
9+
310
### v0.35.0 / 2025-01-16
411

512
* BREAKING CHANGE: Drop Support for EoL Rails 6.1

instrumentation/rails/lib/opentelemetry/instrumentation/rails/version.rb

+1-1
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)