diff --git a/AccessApproval/VERSION b/AccessApproval/VERSION
index 4b9fcbec101a..cb0c939a936f 100644
--- a/AccessApproval/VERSION
+++ b/AccessApproval/VERSION
@@ -1 +1 @@
-0.5.1
+0.5.2
diff --git a/AiPlatform/VERSION b/AiPlatform/VERSION
index 39e898a4f952..a3df0a6959e1 100644
--- a/AiPlatform/VERSION
+++ b/AiPlatform/VERSION
@@ -1 +1 @@
-0.7.1
+0.8.0
diff --git a/ApigeeRegistry/VERSION b/ApigeeRegistry/VERSION
index 0ea3a944b399..0c62199f16ac 100644
--- a/ApigeeRegistry/VERSION
+++ b/ApigeeRegistry/VERSION
@@ -1 +1 @@
-0.2.0
+0.2.1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 81269223f56d..92650450d2b7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,107 @@
# Changelog
+## 0.190.0
+
+google/cloud-access-approval 0.5.2
+
+
+
+### Documentation
+
+* [AccessApproval] added Cloud Dataproc and Secret Manager to the list of supported services ([#5472](https://github.com/googleapis/google-cloud-php/issues/5472)) ([8f5c793](https://github.com/googleapis/google-cloud-php/commit/8f5c793abb53143031c38c7ba26ee46b73d5b7a4))
+
+
+
+google/cloud-ai-platform 0.8.0
+
+
+
+### Features
+
+* [AiPlatform] add read_mask to ListPipelineJobsRequest in aiplatform v1 pipeline_service ([#5466](https://github.com/googleapis/google-cloud-php/issues/5466)) ([693ab7b](https://github.com/googleapis/google-cloud-php/commit/693ab7bc72dfea59ee6e3436f710d8afba8c6ecf))
+
+
+
+google/cloud-apigee-registry 0.2.1
+
+
+
+### Bug Fixes
+
+* [ApigeeRegistry] additional error codes added to service configuration for retry ([#5485](https://github.com/googleapis/google-cloud-php/issues/5485)) ([5c6c7b6](https://github.com/googleapis/google-cloud-php/commit/5c6c7b607cc4f31693909e6fafeb32e5fe2fbfaa))
+
+
+
+google/cloud-compute 1.3.0
+
+
+
+### Features
+
+* [Compute] Update Compute Engine API to revision 20220831 ([#729](https://github.com/googleapis/google-cloud-php/issues/729)) ([#5506](https://github.com/googleapis/google-cloud-php/issues/5506)) ([cc3f16c](https://github.com/googleapis/google-cloud-php/commit/cc3f16c8f7304c9d7800ee9baaf93ecdf04e45f4))
+
+
+
+google/cloud-datastore 1.16.3
+
+
+
+### Miscellaneous Chores
+
+* [Datastore] update count up_to field type in aggregation queries ([#5469](https://github.com/googleapis/google-cloud-php/issues/5469)) ([7363cb2](https://github.com/googleapis/google-cloud-php/commit/7363cb21d33921367eafc61d9f7805f4a11a2a89))
+
+
+
+google/cloud-firestore 1.26.0
+
+
+
+### Features
+
+* [Firestore] add firestore aggregation query apis to the stable googleapis branch ([#5493](https://github.com/googleapis/google-cloud-php/issues/5493)) ([826499f](https://github.com/googleapis/google-cloud-php/commit/826499f96feadb64e87181e48e49c0e421de73ee))
+
+
+
+google/cloud-security-center 1.11.0
+
+
+
+### Features
+
+* [SecurityCenter] Added parent display name i.e. source display name for a finding as one of the finding attributes ([#5505](https://github.com/googleapis/google-cloud-php/issues/5505)) ([ac4ebc8](https://github.com/googleapis/google-cloud-php/commit/ac4ebc817cb6066b91b41c6a0f29040fbd383447))
+
+
+
+google/cloud-spanner 1.53.0
+
+
+
+### Features
+
+* [Spanner] Add custom instance config operations ([#5495](https://github.com/googleapis/google-cloud-php/issues/5495)) ([651df28](https://github.com/googleapis/google-cloud-php/commit/651df28099a8aaad050874e7a1888a846ac607f2))
+
+
+
+google/cloud-storage-transfer 0.3.0
+
+
+
+### Features
+
+* [StorageTransfer] add DeleteTransferJob operation ([#5490](https://github.com/googleapis/google-cloud-php/issues/5490)) ([a7aa320](https://github.com/googleapis/google-cloud-php/commit/a7aa320b18a66f68a177be246fdeacd5bd59ff86))
+
+
+
+google/cloud-vpc-access 0.3.0
+
+
+
+### Features
+
+* [VpcAccess] Adds support for configuring scaling settings ([#5465](https://github.com/googleapis/google-cloud-php/issues/5465)) ([83e318b](https://github.com/googleapis/google-cloud-php/commit/83e318b5a528e0191489bf75a532eff31ca0bc5c))
+
+
+
## 0.189.0
google/cloud-apigee-registry 0.2.0
diff --git a/Compute/VERSION b/Compute/VERSION
index 26aaba0e8663..f0bb29e76388 100644
--- a/Compute/VERSION
+++ b/Compute/VERSION
@@ -1 +1 @@
-1.2.0
+1.3.0
diff --git a/Datastore/VERSION b/Datastore/VERSION
index 4a02d2c3170b..c807441cfed7 100644
--- a/Datastore/VERSION
+++ b/Datastore/VERSION
@@ -1 +1 @@
-1.16.2
+1.16.3
diff --git a/Datastore/src/DatastoreClient.php b/Datastore/src/DatastoreClient.php
index feede95f9fd1..26d6967e8571 100644
--- a/Datastore/src/DatastoreClient.php
+++ b/Datastore/src/DatastoreClient.php
@@ -80,7 +80,7 @@ class DatastoreClient
use ClientTrait;
use DatastoreTrait;
- const VERSION = '1.16.2';
+ const VERSION = '1.16.3';
const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/datastore';
diff --git a/Firestore/VERSION b/Firestore/VERSION
index 5bb76b575e1f..5ff8c4f5d2ad 100644
--- a/Firestore/VERSION
+++ b/Firestore/VERSION
@@ -1 +1 @@
-1.25.3
+1.26.0
diff --git a/Firestore/src/FirestoreClient.php b/Firestore/src/FirestoreClient.php
index 1e67d2d87627..e0015719ff0d 100644
--- a/Firestore/src/FirestoreClient.php
+++ b/Firestore/src/FirestoreClient.php
@@ -75,7 +75,7 @@ class FirestoreClient
use SnapshotTrait;
use ValidateTrait;
- const VERSION = '1.25.3';
+ const VERSION = '1.26.0';
const DEFAULT_DATABASE = '(default)';
diff --git a/SecurityCenter/VERSION b/SecurityCenter/VERSION
index 81c871de46b3..1cac385c6cb8 100644
--- a/SecurityCenter/VERSION
+++ b/SecurityCenter/VERSION
@@ -1 +1 @@
-1.10.0
+1.11.0
diff --git a/Spanner/VERSION b/Spanner/VERSION
index a63cb35e6f0b..3f4830156cbe 100644
--- a/Spanner/VERSION
+++ b/Spanner/VERSION
@@ -1 +1 @@
-1.52.0
+1.53.0
diff --git a/Spanner/src/SpannerClient.php b/Spanner/src/SpannerClient.php
index c631671a6e90..016b4bbcb20e 100644
--- a/Spanner/src/SpannerClient.php
+++ b/Spanner/src/SpannerClient.php
@@ -90,7 +90,7 @@ class SpannerClient
use LROTrait;
use ValidateTrait;
- const VERSION = '1.52.0';
+ const VERSION = '1.53.0';
const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data';
const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin';
diff --git a/StorageTransfer/VERSION b/StorageTransfer/VERSION
index abd410582dea..0d91a54c7d43 100644
--- a/StorageTransfer/VERSION
+++ b/StorageTransfer/VERSION
@@ -1 +1 @@
-0.2.4
+0.3.0
diff --git a/VpcAccess/VERSION b/VpcAccess/VERSION
index b0032849c80b..0d91a54c7d43 100644
--- a/VpcAccess/VERSION
+++ b/VpcAccess/VERSION
@@ -1 +1 @@
-0.2.7
+0.3.0
diff --git a/composer.json b/composer.json
index 1aadb7a2c766..83b27ff96ead 100644
--- a/composer.json
+++ b/composer.json
@@ -75,11 +75,11 @@
"google/access-context-manager": "0.2.5",
"google/analytics-admin": "0.6.4",
"google/analytics-data": "0.8.6",
- "google/cloud-access-approval": "0.5.1",
- "google/cloud-ai-platform": "0.7.1",
+ "google/cloud-access-approval": "0.5.2",
+ "google/cloud-ai-platform": "0.8.0",
"google/cloud-api-gateway": "0.2.6",
"google/cloud-apigee-connect": "0.2.8",
- "google/cloud-apigee-registry": "0.2.0",
+ "google/cloud-apigee-registry": "0.2.1",
"google/cloud-appengine-admin": "0.3.4",
"google/cloud-artifact-registry": "0.3.5",
"google/cloud-asset": "1.7.2",
@@ -105,7 +105,7 @@
"google/cloud-certificate-manager": "0.2.1",
"google/cloud-channel": "0.6.6",
"google/cloud-common-protos": "0.3.5",
- "google/cloud-compute": "1.2.0",
+ "google/cloud-compute": "1.3.0",
"google/cloud-contact-center-insights": "0.2.7",
"google/cloud-container": "1.7.1",
"google/cloud-container-analysis": "0.2.5",
@@ -117,7 +117,7 @@
"google/cloud-dataplex": "0.1.4",
"google/cloud-dataproc": "3.1.2",
"google/cloud-dataproc-metastore": "0.3.4",
- "google/cloud-datastore": "1.16.2",
+ "google/cloud-datastore": "1.16.3",
"google/cloud-datastore-admin": "0.5.2",
"google/cloud-datastream": "0.2.0",
"google/cloud-debugger": "1.4.10",
@@ -132,7 +132,7 @@
"google/cloud-eventarc": "0.3.2",
"google/cloud-eventarc-publishing": "0.2.5",
"google/cloud-filestore": "0.1.6",
- "google/cloud-firestore": "1.25.3",
+ "google/cloud-firestore": "1.26.0",
"google/cloud-functions": "0.4.2",
"google/cloud-game-servers": "0.4.5",
"google/cloud-gke-backup": "0.1.1",
@@ -174,18 +174,18 @@
"google/cloud-run": "0.1.1",
"google/cloud-scheduler": "1.6.6",
"google/cloud-secret-manager": "1.9.5",
- "google/cloud-security-center": "1.10.0",
+ "google/cloud-security-center": "1.11.0",
"google/cloud-security-private-ca": "0.4.3",
"google/cloud-service-control": "0.3.9",
"google/cloud-service-directory": "0.7.5",
"google/cloud-service-management": "0.3.5",
"google/cloud-service-usage": "0.2.7",
"google/cloud-shell": "0.2.3",
- "google/cloud-spanner": "1.52.0",
+ "google/cloud-spanner": "1.53.0",
"google/cloud-speech": "1.6.4",
"google/cloud-sql-admin": "0.2.5",
"google/cloud-storage": "1.28.1",
- "google/cloud-storage-transfer": "0.2.4",
+ "google/cloud-storage-transfer": "0.3.0",
"google/cloud-talent": "0.19.1",
"google/cloud-tasks": "1.11.5",
"google/cloud-text-to-speech": "1.4.4",
@@ -198,7 +198,7 @@
"google/cloud-videointelligence": "1.12.10",
"google/cloud-vision": "1.5.9",
"google/cloud-vm-migration": "0.2.0",
- "google/cloud-vpc-access": "0.2.7",
+ "google/cloud-vpc-access": "0.3.0",
"google/cloud-web-risk": "1.1.7",
"google/cloud-web-security-scanner": "0.7.7",
"google/cloud-workflows": "0.2.8",
diff --git a/docs/manifest.json b/docs/manifest.json
index 242c7b379da1..8e0a2654185a 100644
--- a/docs/manifest.json
+++ b/docs/manifest.json
@@ -11,6 +11,7 @@
"name": "google/cloud",
"defaultService": "servicebuilder",
"versions": [
+ "v0.190.0",
"v0.189.0",
"v0.188.0",
"v0.187.0",
@@ -180,6 +181,7 @@
"name": "google/cloud-access-approval",
"defaultService": "accessapproval/readme",
"versions": [
+ "v0.5.2",
"v0.5.1",
"v0.5.0",
"v0.4.2",
@@ -198,6 +200,7 @@
"name": "google/cloud-ai-platform",
"defaultService": "aiplatform/readme",
"versions": [
+ "v0.8.0",
"v0.7.1",
"v0.7.0",
"v0.6.0",
@@ -251,6 +254,7 @@
"name": "google/cloud-apigee-registry",
"defaultService": "apigeeregistry/readme",
"versions": [
+ "v0.2.1",
"v0.2.0",
"v0.1.0",
"main"
@@ -931,6 +935,7 @@
"name": "google/cloud-compute",
"defaultService": "compute/readme",
"versions": [
+ "v1.3.0",
"v1.2.0",
"v1.1.1",
"v1.1.0",
@@ -1353,6 +1358,7 @@
"name": "google/cloud-datastore",
"defaultService": "datastore/datastoreclient",
"versions": [
+ "v1.16.3",
"v1.16.2",
"v1.16.1",
"v1.16.0",
@@ -1885,6 +1891,7 @@
"name": "google/cloud-firestore",
"defaultService": "firestore/firestoreclient",
"versions": [
+ "v1.26.0",
"v1.25.3",
"v1.25.2",
"v1.25.1",
@@ -3211,6 +3218,7 @@
"name": "google/cloud-security-center",
"defaultService": "securitycenter/readme",
"versions": [
+ "v1.11.0",
"v1.10.0",
"v1.9.0",
"v1.8.0",
@@ -3375,6 +3383,7 @@
"name": "google/cloud-spanner",
"defaultService": "spanner/spannerclient",
"versions": [
+ "v1.53.0",
"v1.52.0",
"v1.51.2",
"v1.51.1",
@@ -3676,6 +3685,7 @@
"name": "google/cloud-storage-transfer",
"defaultService": "storagetransfer/readme",
"versions": [
+ "v0.3.0",
"v0.2.4",
"v0.2.3",
"v0.2.2",
@@ -4218,6 +4228,7 @@
"name": "google/cloud-vpc-access",
"defaultService": "vpcaccess/readme",
"versions": [
+ "v0.3.0",
"v0.2.7",
"v0.2.6",
"v0.2.5",
diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php
index 7a5168328f72..b7500bac316f 100644
--- a/src/ServiceBuilder.php
+++ b/src/ServiceBuilder.php
@@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder
/**
* @deprecated
*/
- const VERSION = '0.189.0';
+ const VERSION = '0.190.0';
}
diff --git a/src/Version.php b/src/Version.php
index 2dff1048f102..44e2132ff85d 100644
--- a/src/Version.php
+++ b/src/Version.php
@@ -22,5 +22,5 @@
*/
class Version
{
- const VERSION = '0.189.0';
+ const VERSION = '0.190.0';
}