From b90d3b461b82b679834d2991a6c3cc3282c02295 Mon Sep 17 00:00:00 2001 From: Ariel Valentin Date: Tue, 28 Nov 2023 17:20:24 +0000 Subject: [PATCH] release: Release opentelemetry-instrumentation-excon 0.22.0 (was 0.21.3) --- instrumentation/excon/CHANGELOG.md | 6 ++++++ .../lib/opentelemetry/instrumentation/excon/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/instrumentation/excon/CHANGELOG.md b/instrumentation/excon/CHANGELOG.md index 5514531b9..b007f45e6 100644 --- a/instrumentation/excon/CHANGELOG.md +++ b/instrumentation/excon/CHANGELOG.md @@ -1,5 +1,11 @@ # Release History: opentelemetry-instrumentation-excon +### v0.22.0 / 2023-11-28 + +* BREAKING CHANGE: Add a connect span to excon + +* ADDED: Add a connect span to excon + ### v0.21.3 / 2023-11-23 * CHANGED: Applied Rubocop Performance Recommendations [#727](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/727) diff --git a/instrumentation/excon/lib/opentelemetry/instrumentation/excon/version.rb b/instrumentation/excon/lib/opentelemetry/instrumentation/excon/version.rb index 4d3b33ffe..45107d5c0 100644 --- a/instrumentation/excon/lib/opentelemetry/instrumentation/excon/version.rb +++ b/instrumentation/excon/lib/opentelemetry/instrumentation/excon/version.rb @@ -7,7 +7,7 @@ module OpenTelemetry module Instrumentation module Excon - VERSION = '0.21.3' + VERSION = '0.22.0' end end end