Skip to content

Commit 8d74217

Browse files
committed
Release google-cloud-bigquery 0.27.1
1 parent 15ee750 commit 8d74217

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
@@ -65,8 +65,9 @@
6565
"name": "google-cloud-bigquery",
6666
"defaultService": "google/cloud/bigquery",
6767
"versions": [
68-
"v0.27.0",
68+
"v0.27.1",
6969
"master",
70+
"v0.27.0",
7071
"v0.26.0",
7172
"v0.25.0",
7273
"v0.24.0",

google-cloud-bigquery/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.27.1 / 2017-07-11
4+
5+
* Add `InsertResponse::InsertError#index` (zedalaye)
6+
37
### 0.27.0 / 2017-06-28
48

59
* Add `maximum_billing_tier` and `maximum_bytes_billed` to `QueryJob`, `Project#query_job` and `Dataset#query_job`.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
module Google
1717
module Cloud
1818
module Bigquery
19-
VERSION = "0.27.0"
19+
VERSION = "0.27.1"
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)