From f90b1dd2bf71d0b00831a3390c6d969fbd28bd92 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 5 Oct 2020 09:23:38 -0700 Subject: [PATCH] Release google-cloud-storage 1.29.1 (#7849) #### 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)) --- google-cloud-storage/CHANGELOG.md | 12 ++++++++++++ .../lib/google/cloud/storage/version.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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