From b890d3f62cfb0ca35104b5a4b57db677840c8787 Mon Sep 17 00:00:00 2001 From: Ariel Valentin Date: Mon, 6 Nov 2023 22:33:51 -0600 Subject: [PATCH] release: Release opentelemetry-instrumentation-httpx 0.1.0 (initial release) --- instrumentation/httpx/CHANGELOG.md | 4 ++++ .../httpx/lib/opentelemetry/instrumentation/httpx/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/instrumentation/httpx/CHANGELOG.md b/instrumentation/httpx/CHANGELOG.md index 47ddf384d..380dd230c 100644 --- a/instrumentation/httpx/CHANGELOG.md +++ b/instrumentation/httpx/CHANGELOG.md @@ -1 +1,5 @@ # Release History: opentelemetry-instrumentation-httpx + +### v0.1.0 / 2023-11-06 + +* (No significant changes) diff --git a/instrumentation/httpx/lib/opentelemetry/instrumentation/httpx/version.rb b/instrumentation/httpx/lib/opentelemetry/instrumentation/httpx/version.rb index 204eefefa..b05472d1e 100644 --- a/instrumentation/httpx/lib/opentelemetry/instrumentation/httpx/version.rb +++ b/instrumentation/httpx/lib/opentelemetry/instrumentation/httpx/version.rb @@ -7,7 +7,7 @@ module OpenTelemetry module Instrumentation module HTTPX - VERSION = '0.0.0' + VERSION = '0.1.0' end end end