Skip to content

Commit a9a6059

Browse files
release: Release opentelemetry-instrumentation-sidekiq 0.21.1 (#1307)
* release: Release opentelemetry-instrumentation-sidekiq 0.21.1 Co-authored-by: Robert Laurin <[email protected]>
1 parent 3d7ee98 commit a9a6059

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

instrumentation/sidekiq/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release History: opentelemetry-instrumentation-sidekiq
22

3+
### v0.21.1 / 2022-06-09
4+
5+
* FIXED: Broken test file requirements
6+
* FIXED: Make sidekiq instrumentation compatible with sidekiq 6.5.0
7+
38
### v0.21.0 / 2022-05-02
49

510
* ADDED: Validate Using Enums

instrumentation/sidekiq/lib/opentelemetry/instrumentation/sidekiq/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 Sidekiq
10-
VERSION = '0.21.0'
10+
VERSION = '0.21.1'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)