We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fecae2 commit 2edff11Copy full SHA for 2edff11
instrumentation/ethon/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release History: opentelemetry-instrumentation-ethon
2
3
+### v0.23.1 / 2025-09-02
4
+
5
+* FIXED: Improve Ethon exception handling
6
7
### v0.23.0 / 2025-08-13
8
9
* 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
@@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Ethon
10
- VERSION = '0.23.0'
+ VERSION = '0.23.1'
11
end
12
13
0 commit comments