diff --git a/google-cloud-text_to_speech/CHANGELOG.md b/google-cloud-text_to_speech/CHANGELOG.md index 6e0afaee3dac..8d5ba76f9226 100644 --- a/google-cloud-text_to_speech/CHANGELOG.md +++ b/google-cloud-text_to_speech/CHANGELOG.md @@ -1,5 +1,11 @@ # Release History +### 0.5.2 / 2020-01-23 + +#### Documentation + +* Update copyright year + ### 0.5.1 / 2019-11-06 #### Bug Fixes diff --git a/google-cloud-text_to_speech/lib/google/cloud/text_to_speech/version.rb b/google-cloud-text_to_speech/lib/google/cloud/text_to_speech/version.rb index 7205e2fa487d..bb11d77f2d66 100644 --- a/google-cloud-text_to_speech/lib/google/cloud/text_to_speech/version.rb +++ b/google-cloud-text_to_speech/lib/google/cloud/text_to_speech/version.rb @@ -16,7 +16,7 @@ module Google module Cloud module TextToSpeech - VERSION = "0.5.1".freeze + VERSION = "0.5.2".freeze end end end