From 74dd1ee15f73daa136e8fa9498a3a541b147fd31 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 22:20:59 +0000 Subject: [PATCH] chore(main): release 0.222.0 --- AiPlatform/VERSION | 2 +- CHANGELOG.md | 13 +++++++++++++ composer.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/AiPlatform/VERSION b/AiPlatform/VERSION index d21d277be513..4e8f395fa5e3 100644 --- a/AiPlatform/VERSION +++ b/AiPlatform/VERSION @@ -1 +1 @@ -0.25.0 +0.26.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a44ebd43484..8b475be53d9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.222.0 + +
google/cloud-ai-platform 0.26.0 + + + +### Features + +* Add DatasetVersion and dataset version RPCs to DatasetService ([#6672](https://github.com/googleapis/google-cloud-php/issues/6672)) ([c8ab13d](https://github.com/googleapis/google-cloud-php/commit/c8ab13d20fa205f8cc2007be256cbdc14d767cf9)) +* Add PersistentDiskSpec ([c8ab13d](https://github.com/googleapis/google-cloud-php/commit/c8ab13d20fa205f8cc2007be256cbdc14d767cf9)) + +
+ ## 0.221.0
google/cloud-advisorynotifications 0.5.0 diff --git a/composer.json b/composer.json index d14d20e3db3d..13bc4638202d 100644 --- a/composer.json +++ b/composer.json @@ -74,7 +74,7 @@ "google/analytics-data": "0.11.1", "google/cloud-access-approval": "1.1.2", "google/cloud-advisorynotifications": "0.5.0", - "google/cloud-ai-platform": "0.25.0", + "google/cloud-ai-platform": "0.26.0", "google/cloud-alloydb": "0.7.0", "google/cloud-api-gateway": "1.2.0", "google/cloud-api-keys": "0.3.1",