Skip to content

Commit 08e3ff4

Browse files
github-actions[bot]opentelemetrybotrobertlaurin
authored
release: Release opentelemetry-instrumentation-action_pack 0.12.2 (was 0.12.1) (#1557)
* release: Release opentelemetry-instrumentation-action_pack 0.12.2 (was 0.12.1) * chore: trigger ci --------- Co-authored-by: OpenTelemetry Bot <[email protected]> Co-authored-by: Robert Laurin <[email protected]>
1 parent 41702d6 commit 08e3ff4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

3+
### v0.12.2 / 2025-06-04
4+
5+
* FIXED: Rack span class naming
6+
37
### v0.12.1 / 2025-05-07
48

59
* FIXED: Account for `nil` routes

instrumentation/action_pack/lib/opentelemetry/instrumentation/action_pack/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 ActionPack
10-
VERSION = '0.12.1'
10+
VERSION = '0.12.2'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)