Skip to content

Commit

Permalink
Release google-cloud-storage 1.29.1 (#7849)
Browse files Browse the repository at this point in the history
#### 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))
  • Loading branch information
yoshi-automation committed Oct 5, 2020
1 parent 4380c02 commit f90b1dd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-storage/lib/google/cloud/storage/version.rb
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Storage
VERSION = "1.29.0".freeze
VERSION = "1.29.1".freeze
end
end
end

0 comments on commit f90b1dd

Please sign in to comment.