Skip to content

Commit

Permalink
Release google-cloud-storage v1.9.0
Browse files Browse the repository at this point in the history
* Add Google::Cloud::Storage.anonymous to support public data access.
  • Loading branch information
quartzmo committed Nov 21, 2017
1 parent 14888f3 commit 66d2058
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,9 @@
"name": "google-cloud-storage",
"defaultService": "google/cloud/storage",
"versions": [
"v1.8.0",
"v1.9.0",
"master",
"v1.8.0",
"v1.7.1",
"v1.7.0",
"v1.6.0",
Expand Down
4 changes: 4 additions & 0 deletions google-cloud-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

### 1.9.0 / 2017-11-20

* Add `Google::Cloud::Storage.anonymous` to support public data access.

### 1.8.0 / 2017-11-14

* Add `Google::Cloud::Storage::Credentials` class.
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-storage/lib/google/cloud/storage/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Storage
VERSION = "1.8.0"
VERSION = "1.9.0"
end
end
end

0 comments on commit 66d2058

Please sign in to comment.