diff --git a/google-cloud-storage/CHANGELOG.md b/google-cloud-storage/CHANGELOG.md index b6b1e3fda551..0f110ae121d6 100644 --- a/google-cloud-storage/CHANGELOG.md +++ b/google-cloud-storage/CHANGELOG.md @@ -1,5 +1,17 @@ # Release History +### 1.29.1 / 2020-10-05 + +#### Bug Fixes + +* Fix encoding of space characters in file names in signed_url v4 + +#### Documentation + +* Update Bucket#default_kms_key= docs + * Demonstrate deleting the Cloud KMS encryption key +* Update customer-supplied encryption key docs and examples ([#7851](https://www.github.com/googleapis/google-cloud-ruby/issues/7851)) + ### 1.29.0 / 2020-09-22 #### Features diff --git a/google-cloud-storage/lib/google/cloud/storage/version.rb b/google-cloud-storage/lib/google/cloud/storage/version.rb index 5968b7fcd095..3b26fae1a0ad 100644 --- a/google-cloud-storage/lib/google/cloud/storage/version.rb +++ b/google-cloud-storage/lib/google/cloud/storage/version.rb @@ -16,7 +16,7 @@ module Google module Cloud module Storage - VERSION = "1.29.0".freeze + VERSION = "1.29.1".freeze end end end