Skip to content

Commit

Permalink
release: Release opentelemetry-instrumentation-mysql2 0.21.1 (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 26, 2022
1 parent ed4eec3 commit 179f145
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions instrumentation/mysql2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-mysql2

### v0.21.1 / 2022-10-26

* FIXED: Handle encoding errors in mysql obfuscation

### v0.21.0 / 2022-06-09

* Upgrading Base dependency version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Mysql2
VERSION = '0.21.0'
VERSION = '0.21.1'
end
end
end

0 comments on commit 179f145

Please sign in to comment.