diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ca54471..cf89e9c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.17.0](https://github.com/googleapis/nodejs-ai-platform/compare/v1.16.0...v1.17.0) (2022-03-14) + + +### Features + +* add monitoring_config to EntityType in aiplatform v1 entity_type.proto ([#277](https://github.com/googleapis/nodejs-ai-platform/issues/277)) ([d9b8b06](https://github.com/googleapis/nodejs-ai-platform/commit/d9b8b06644dccf50a8d796ecd175d87a27466350)) +* add PredictRequestResponseLoggingConfig to Endpoint in aiplatform v1 endpoint.proto ([#275](https://github.com/googleapis/nodejs-ai-platform/issues/275)) ([3e5dc67](https://github.com/googleapis/nodejs-ai-platform/commit/3e5dc673ce93c4f7323f86a4f303d10dd1dd0655)) + ## [1.16.0](https://github.com/googleapis/nodejs-ai-platform/compare/v1.15.0...v1.16.0) (2022-02-22) diff --git a/package.json b/package.json index 4b547ab4..dc17f114 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/aiplatform", - "version": "1.16.0", + "version": "1.17.0", "description": "Vertex AI client for Node.js", "repository": "googleapis/nodejs-ai-platform", "license": "Apache-2.0", diff --git a/samples/package.json b/samples/package.json index 6125bf43..479fd364 100644 --- a/samples/package.json +++ b/samples/package.json @@ -13,7 +13,7 @@ "test": "mocha --timeout 1200000 test/*.js" }, "dependencies": { - "@google-cloud/aiplatform": "^1.16.0", + "@google-cloud/aiplatform": "^1.17.0", "@google-cloud/storage": "^5.5.0" }, "devDependencies": {