Skip to content

Commit 4bb7262

Browse files
github-actions[bot]opentelemetrybotarielvalentin
authored
release: Release opentelemetry-instrumentation-active_support 0.5.2 (was 0.5.1) (#1035)
* release: Release opentelemetry-instrumentation-active_support 0.5.2 (was 0.5.1) * ci: Force --------- Co-authored-by: OpenTelemetry Bot <[email protected]> Co-authored-by: Ariel Valentin <[email protected]>
1 parent ec948c4 commit 4bb7262

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

3+
### v0.5.2 / 2024-06-20
4+
5+
* ADDED: ActiveSupport user specified span kind
6+
37
### v0.5.1 / 2023-11-23
48

59
* CHANGED: Applied Rubocop Performance Recommendations [#727](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/727)

instrumentation/active_support/lib/opentelemetry/instrumentation/active_support/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 ActiveSupport
10-
VERSION = '0.5.1'
10+
VERSION = '0.5.2'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)