diff --git a/packages/google-cloud-bigquery-connection/CHANGELOG.md b/packages/google-cloud-bigquery-connection/CHANGELOG.md new file mode 100644 index 00000000000..568cf24dcfa --- /dev/null +++ b/packages/google-cloud-bigquery-connection/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## 1.0.0 (2020-07-09) + + +### Features + +* generate v1 ([6ef8fcb](https://www.github.com/googleapis/nodejs-bigquery-connection/commit/6ef8fcbc9b50f7ccef429347841968fe41ad60cf)) +* generate v1 ([9125a52](https://www.github.com/googleapis/nodejs-bigquery-connection/commit/9125a52480f9259e959a6a4ce706fb574b74ae0a)) +* generate v1 ([f054c74](https://www.github.com/googleapis/nodejs-bigquery-connection/commit/f054c743a5529831a5993fc0e9eb9efbeccae0cb)) diff --git a/packages/google-cloud-bigquery-connection/package.json b/packages/google-cloud-bigquery-connection/package.json index e40ccd8716d..0b47f67e9b3 100644 --- a/packages/google-cloud-bigquery-connection/package.json +++ b/packages/google-cloud-bigquery-connection/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/bigquery-connection", - "version": "0.1.0", + "version": "1.0.0", "description": "BigQuery Connection client for Node.js", "repository": "googleapis/nodejs-bigquery-connection", "license": "Apache-2.0", diff --git a/packages/google-cloud-bigquery-connection/samples/package.json b/packages/google-cloud-bigquery-connection/samples/package.json index 3f38f9950a4..c55276fe361 100644 --- a/packages/google-cloud-bigquery-connection/samples/package.json +++ b/packages/google-cloud-bigquery-connection/samples/package.json @@ -13,7 +13,7 @@ "test": "c8 mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/bigquery-connection": "^0.1.0" + "@google-cloud/bigquery-connection": "^1.0.0" }, "devDependencies": { "c8": "^7.1.0",