From a22239c44e1a133c44172b750b3abe15b01eb686 Mon Sep 17 00:00:00 2001 From: Ariel Valentin Date: Wed, 27 Sep 2023 01:15:41 +0000 Subject: [PATCH] release: Release opentelemetry-instrumentation-bunny 0.21.1 --- instrumentation/bunny/CHANGELOG.md | 4 ++++ .../bunny/lib/opentelemetry/instrumentation/bunny/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/instrumentation/bunny/CHANGELOG.md b/instrumentation/bunny/CHANGELOG.md index 8f51168d3..303b724da 100644 --- a/instrumentation/bunny/CHANGELOG.md +++ b/instrumentation/bunny/CHANGELOG.md @@ -1,5 +1,9 @@ # Release History: opentelemetry-instrumentation-bunny +### v0.21.1 / 2023-09-27 + +* FIXED: Headers property needs to exist + ### v0.21.0 / 2023-09-07 * FIXED: Align messaging instrumentation operation names diff --git a/instrumentation/bunny/lib/opentelemetry/instrumentation/bunny/version.rb b/instrumentation/bunny/lib/opentelemetry/instrumentation/bunny/version.rb index 579cb36a4..c567843e5 100644 --- a/instrumentation/bunny/lib/opentelemetry/instrumentation/bunny/version.rb +++ b/instrumentation/bunny/lib/opentelemetry/instrumentation/bunny/version.rb @@ -7,7 +7,7 @@ module OpenTelemetry module Instrumentation module Bunny - VERSION = '0.21.0' + VERSION = '0.21.1' end end end