diff --git a/common/CHANGELOG.md b/common/CHANGELOG.md index f0b188e94..f2f8ecb2f 100644 --- a/common/CHANGELOG.md +++ b/common/CHANGELOG.md @@ -1,5 +1,9 @@ # Release History: opentelemetry-common +### v0.19.5 / 2022-05-10 + +* FIXED: Common changelog + ### v0.19.4 / 2022-05-08 * FIXED: Check that a variable is a string before truncating diff --git a/common/lib/opentelemetry/common/version.rb b/common/lib/opentelemetry/common/version.rb index b40f6b84d..98609e04a 100644 --- a/common/lib/opentelemetry/common/version.rb +++ b/common/lib/opentelemetry/common/version.rb @@ -6,6 +6,6 @@ module OpenTelemetry module Common - VERSION = '0.19.4' + VERSION = '0.19.5' end end