Skip to content

Commit f54286a

Browse files
release: Release opentelemetry-common 0.19.5 (#1247)
* release: Release opentelemetry-common 0.19.5 Co-authored-by: Robert Laurin <[email protected]>
1 parent d87de8d commit f54286a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

common/CHANGELOG.md

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

3+
### v0.19.5 / 2022-05-10
4+
5+
* FIXED: Common changelog
6+
37
### v0.19.4 / 2022-05-08
48

59
* FIXED: Check that a variable is a string before truncating

common/lib/opentelemetry/common/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
module OpenTelemetry
88
module Common
9-
VERSION = '0.19.4'
9+
VERSION = '0.19.5'
1010
end
1111
end

0 commit comments

Comments
 (0)