Skip to content

Commit a71d761

Browse files
committed
release: Release opentelemetry-instrumentation-net_http 0.24.0 (was 0.23.1)
1 parent ba4b009 commit a71d761

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

instrumentation/net_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-net_http
22

3+
### v0.24.0 / 2025-08-26
4+
5+
* ADDED: NET::HTTP semantic convention stability migration
6+
37
### v0.23.1 / 2025-08-13
48

59
* FIXED: net_http and aws_sdk ci fix

instrumentation/net_http/lib/opentelemetry/instrumentation/net/http/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module OpenTelemetry
88
module Instrumentation
99
module Net
1010
module HTTP
11-
VERSION = '0.23.1'
11+
VERSION = '0.24.0'
1212
end
1313
end
1414
end

0 commit comments

Comments
 (0)