Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Commit f479fbc

Browse files
committed
Release google-cloud 0.51.1
Update documentation site.
1 parent bfba0d7 commit f479fbc

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

docs/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@
4040
"name": "google-cloud",
4141
"defaultService": "google/cloud",
4242
"versions": [
43-
"v0.51.0",
43+
"v0.51.1",
4444
"master",
45+
"v0.51.0",
4546
"v0.50.0",
4647
"v0.49.0",
4748
"v0.48.0",

google-cloud/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History
22

3+
### 0.51.1 / 2018-03-21
4+
5+
* Update documentation site.
6+
37
### 0.51.0 / 2018-03-14
48

59
* Add BigQuery DataTransfer

google-cloud/lib/google/cloud/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515

1616
module Google
1717
module Cloud
18-
VERSION = "0.51.0".freeze
18+
VERSION = "0.51.1".freeze
1919
end
2020
end

0 commit comments

Comments
 (0)