Skip to content

Commit cc3649d

Browse files
release: Release opentelemetry-instrumentation-http 0.25.0 (was 0.24.0)
1 parent 7837db8 commit cc3649d

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.0 / 2025-06-17
4+
5+
* ADDED: Http semconv opt in files
6+
37
### v0.24.0 / 2025-01-16
48

59
* BREAKING CHANGE: Set minimum supported version to Ruby 3.1

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

0 commit comments

Comments
 (0)