diff --git a/packages/google-cloud-phishingprotection/CHANGELOG.md b/packages/google-cloud-phishingprotection/CHANGELOG.md index afca35a5e9a..9f3d4390e1b 100644 --- a/packages/google-cloud-phishingprotection/CHANGELOG.md +++ b/packages/google-cloud-phishingprotection/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/@google-cloud/phishing-protection?activeTab=versions +## [1.1.0](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v1.0.0...v1.1.0) (2019-06-06) + + +### Features + +* support apiEndpoint override in client constructor ([#7](https://www.github.com/googleapis/nodejs-phishing-protection/issues/7)) ([368a004](https://www.github.com/googleapis/nodejs-phishing-protection/commit/368a004)) + ## 1.0.0 (2019-05-23) diff --git a/packages/google-cloud-phishingprotection/package.json b/packages/google-cloud-phishingprotection/package.json index c13ae6c3ffd..721a2a45968 100644 --- a/packages/google-cloud-phishingprotection/package.json +++ b/packages/google-cloud-phishingprotection/package.json @@ -1,7 +1,7 @@ { "repository": "googleapis/nodejs-phishing-protection", "name": "@google-cloud/phishing-protection", - "version": "1.0.0", + "version": "1.1.0", "author": "Google LLC", "description": "Phishing Protection API client for Node.js", "main": "src/index.js", diff --git a/packages/google-cloud-phishingprotection/samples/package.json b/packages/google-cloud-phishingprotection/samples/package.json index 49a907226d5..58f82c72c3a 100644 --- a/packages/google-cloud-phishingprotection/samples/package.json +++ b/packages/google-cloud-phishingprotection/samples/package.json @@ -13,7 +13,7 @@ "test": "mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/phishing-protection": "^1.0.0" + "@google-cloud/phishing-protection": "^1.1.0" }, "devDependencies": { "chai": "^4.2.0",