Skip to content

Commit 28c61be

Browse files
github-actions[bot]opentelemetrybotkaylareopelle
authored
release: Release opentelemetry-instrumentation-http 0.25.1 (was 0.25.0) (#1579)
* release: Release opentelemetry-instrumentation-http 0.25.1 (was 0.25.0) * ci: force --------- Co-authored-by: OpenTelemetry Bot <[email protected]> Co-authored-by: Kayla Reopelle <[email protected]>
1 parent 3a237a5 commit 28c61be

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

3+
### v0.25.1 / 2025-07-01
4+
5+
* FIXED: Update span name when semconv stability is enabled
6+
37
### v0.25.0 / 2025-06-17
48

59
* ADDED: Add `OTEL_SEMCONV_STABILITY_OPT_IN` environment variable [#1547](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/1547)

instrumentation/http/lib/opentelemetry/instrumentation/http/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 HTTP
10-
VERSION = '0.25.0'
10+
VERSION = '0.25.1'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)