diff --git a/CHANGELOG.md b/CHANGELOG.md index ed68144a..819f5549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/@google-cloud/phishing-protection?activeTab=versions +## [3.0.4](https://github.com/googleapis/nodejs-phishing-protection/compare/v3.0.3...v3.0.4) (2022-09-22) + + +### Bug Fixes + +* Preserve default values in x-goog-request-params header ([#411](https://github.com/googleapis/nodejs-phishing-protection/issues/411)) ([61c49e2](https://github.com/googleapis/nodejs-phishing-protection/commit/61c49e2196a3df81f5d2e337a136081efc108282)) + ## [3.0.3](https://github.com/googleapis/nodejs-phishing-protection/compare/v3.0.2...v3.0.3) (2022-09-08) diff --git a/package.json b/package.json index 4513d5dc..05fe9d4e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "repository": "googleapis/nodejs-phishing-protection", "name": "@google-cloud/phishing-protection", - "version": "3.0.3", + "version": "3.0.4", "author": "Google LLC", "description": "Phishing Protection API client for Node.js", "main": "build/src/index.js", diff --git a/samples/generated/v1beta1/snippet_metadata.google.cloud.phishingprotection.v1beta1.json b/samples/generated/v1beta1/snippet_metadata.google.cloud.phishingprotection.v1beta1.json index beaeb702..4d0922d1 100644 --- a/samples/generated/v1beta1/snippet_metadata.google.cloud.phishingprotection.v1beta1.json +++ b/samples/generated/v1beta1/snippet_metadata.google.cloud.phishingprotection.v1beta1.json @@ -1,7 +1,7 @@ { "clientLibrary": { "name": "nodejs-phishingprotection", - "version": "3.0.3", + "version": "3.0.4", "language": "TYPESCRIPT", "apis": [ { diff --git a/samples/package.json b/samples/package.json index bff72940..7a866a6b 100644 --- a/samples/package.json +++ b/samples/package.json @@ -13,7 +13,7 @@ "test": "mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/phishing-protection": "^3.0.3" + "@google-cloud/phishing-protection": "^3.0.4" }, "devDependencies": { "chai": "^4.2.0",