Skip to content

Commit

Permalink
Bump for release
Browse files Browse the repository at this point in the history
Release fix for timeout and uploads.

Google Cloud BigQuery
Google Cloud DNS
Google Cloud Resource Manager
Google Cloud Storage
Google Cloud Translate
Google Cloud Vision
  • Loading branch information
blowmage committed Sep 3, 2016
1 parent 4016583 commit 4fd9fe0
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 6 deletions.
4 changes: 4 additions & 0 deletions google-cloud-bigquery/CHANGELOG.md
@@ -1,5 +1,9 @@
# Release History

### 0.20.1 / 2016-09-02

* Fix for timeout on uploads.

### 0.20.0 / 2016-08-26

This gem contains the Google Cloud BigQuery service implementation for the `google-cloud` gem. The `google-cloud` gem replaces the old `gcloud` gem. Legacy code can continue to use the `gcloud` gem.
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-bigquery/lib/google/cloud/bigquery/version.rb
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Bigquery
VERSION = "0.20.0"
VERSION = "0.20.1"
end
end
end
4 changes: 4 additions & 0 deletions google-cloud-dns/CHANGELOG.md
@@ -1,5 +1,9 @@
# Release History

### 0.20.1 / 2016-09-02

* Fix for timeout on uploads.

### 0.20.0 / 2016-08-26

This gem contains the Google Cloud DNS service implementation for the `google-cloud` gem. The `google-cloud` gem replaces the old `gcloud` gem. Legacy code can continue to use the `gcloud` gem.
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-dns/lib/google/cloud/dns/version.rb
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Dns
VERSION = "0.20.0"
VERSION = "0.20.1"
end
end
end
11 changes: 11 additions & 0 deletions google-cloud-resource_manager/CHANGELOG.md
@@ -1 +1,12 @@
# Release History

### 0.20.1 / 2016-09-02

* Fix for timeout on uploads.

### 0.20.0 / 2016-08-26

This gem contains the Google Cloud Resource Manager service implementation for the `google-cloud` gem. The `google-cloud` gem replaces the old `gcloud` gem. Legacy code can continue to use the `gcloud` gem.

* Namespace is now `Google::Cloud`
* The `google-cloud` gem is now an umbrella package for individual gems
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module ResourceManager
VERSION = "0.20.0"
VERSION = "0.20.1"
end
end
end
4 changes: 4 additions & 0 deletions google-cloud-storage/CHANGELOG.md
@@ -1,5 +1,9 @@
# Release History

### 0.20.1 / 2016-09-02

* Fix for timeout on uploads.

### 0.20.0 / 2016-08-26

This gem contains the Google Cloud Storage service implementation for the `google-cloud` gem. The `google-cloud` gem replaces the old `gcloud` gem. Legacy code can continue to use the `gcloud` gem.
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 = "0.20.0"
VERSION = "0.20.1"
end
end
end
4 changes: 4 additions & 0 deletions google-cloud-translate/CHANGELOG.md
@@ -1,5 +1,9 @@
# Release History

### 0.20.1 / 2016-09-02

* Fix for timeout on uploads.

### 0.20.0 / 2016-08-26

This gem contains the Google Cloud Translate service implementation for the `google-cloud` gem. The `google-cloud` gem replaces the old `gcloud` gem. Legacy code can continue to use the `gcloud` gem.
Expand Down
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Translate
VERSION = "0.20.0"
VERSION = "0.20.1"
end
end
end
4 changes: 4 additions & 0 deletions google-cloud-vision/CHANGELOG.md
@@ -1,5 +1,9 @@
# Release History

### 0.20.1 / 2016-09-02

* Fix for timeout on uploads.

### 0.20.0 / 2016-08-26

This gem contains the Google Cloud Vision service implementation for the `google-cloud` gem. The `google-cloud` gem replaces the old `gcloud` gem. Legacy code can continue to use the `gcloud` gem.
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-vision/lib/google/cloud/vision/version.rb
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Vision
VERSION = "0.20.0"
VERSION = "0.20.1"
end
end
end

0 comments on commit 4fd9fe0

Please sign in to comment.