Skip to content

Commit b10f282

Browse files
release: Release opentelemetry-instrumentation-mysql2 0.20.1 (#1208)
* release: Release opentelemetry-instrumentation-mysql2 0.20.1 Co-authored-by: Robert Laurin <[email protected]>
1 parent edaa9df commit b10f282

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

instrumentation/mysql2/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History: opentelemetry-instrumentation-mysql2
22

3-
### Unreleased
3+
### v0.20.1 / 2022-05-03
44

55
* ADDED: `with_attributes` method for context propagation
66

instrumentation/mysql2/lib/opentelemetry/instrumentation/mysql2/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 Mysql2
10-
VERSION = '0.20.0'
10+
VERSION = '0.20.1'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)