diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6538ca91..6d78745c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.0" + ".": "0.9.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aaa4ff1..de8ac0f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.9.0](https://github.com/googleapis/nodejs-agentplatform/compare/v0.8.0...v0.9.0) (2026-07-02) + + +### Features + +* Add revision_labels, revision_expire_time, revision_ttl, disable_memory_revisions, metadata, metadata_merge_strategy and overlap_event_count to Memory Bank IngestEvents API ([0e8e285](https://github.com/googleapis/nodejs-agentplatform/commit/0e8e285339034c3bc1ad28cbf55add550afe0d05)) +* Rename GitHub repo to googleapis/nodejs-agentplatform ([b433d47](https://github.com/googleapis/nodejs-agentplatform/commit/b433d4781d3a06a9a940ce1a749746c8285628a2)) + ## [0.8.0](https://github.com/googleapis/nodejs-vertexai/compare/v0.7.0...v0.8.0) (2026-06-02) diff --git a/package.json b/package.json index af83f829..7a4e4406 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/agentplatform", "description": "Vertex Generative AI client for Node.js", - "version": "0.8.0", + "version": "0.9.0", "license": "Apache-2.0", "author": "Google LLC", "engines": { diff --git a/src/client.ts b/src/client.ts index 82cadbea..6452dc14 100644 --- a/src/client.ts +++ b/src/client.ts @@ -8,7 +8,7 @@ import {ApiClient, NodeAuth, NodeDownloader, NodeUploader,} from '@google/genai/ import {AgentEngines} from './agentengines'; import {Skills} from './skills'; -export const SDK_VERSION = '0.8.0'; // x-release-please-version +export const SDK_VERSION = '0.9.0'; // x-release-please-version let agentEnginesInternalWarned = false;