diff --git a/CHANGELOG.md b/CHANGELOG.md index a15dbcc5..db1c0ff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/@google-cloud/phishing-protection?activeTab=versions +## [2.5.0](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v2.4.7...v2.5.0) (2021-08-23) + + +### Features + +* turns on self-signed JWT feature flag ([#335](https://www.github.com/googleapis/nodejs-phishing-protection/issues/335)) ([4187b70](https://www.github.com/googleapis/nodejs-phishing-protection/commit/4187b706e5eb5842719cefb117c1253485a39152)) + ### [2.4.7](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v2.4.6...v2.4.7) (2021-08-17) diff --git a/package.json b/package.json index ce5ee7cf..ba474be9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "repository": "googleapis/nodejs-phishing-protection", "name": "@google-cloud/phishing-protection", - "version": "2.4.7", + "version": "2.5.0", "author": "Google LLC", "description": "Phishing Protection API client for Node.js", "main": "build/src/index.js", diff --git a/samples/package.json b/samples/package.json index d95f0161..91f429b0 100644 --- a/samples/package.json +++ b/samples/package.json @@ -13,7 +13,7 @@ "test": "mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/phishing-protection": "^2.4.7" + "@google-cloud/phishing-protection": "^2.5.0" }, "devDependencies": { "chai": "^4.2.0",