Skip to content

Commit 2edff11

Browse files
otelbot-ruby-contrib[bot]otelbot[bot]kaylareopelle
authored
release: Release opentelemetry-instrumentation-ethon 0.23.1 (was 0.23.0) (#1655)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com> Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com>
1 parent 1fecae2 commit 2edff11

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

3+
### v0.23.1 / 2025-09-02
4+
5+
* FIXED: Improve Ethon exception handling
6+
37
### v0.23.0 / 2025-08-13
48

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

instrumentation/ethon/lib/opentelemetry/instrumentation/ethon/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 Ethon
10-
VERSION = '0.23.0'
10+
VERSION = '0.23.1'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)