diff --git a/CHANGELOG.md b/CHANGELOG.md index f0cad691ad26..2aeb1cce9ab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,63 @@ # Changelog +## 0.239.0 + +
google/cloud-cloudcontrolspartner 0.1.0 + + + +### Features + +* [CloudcontrolsPartner] add new client library surface ([#7086](https://github.com/googleapis/google-cloud-php/issues/7086)) ([abea94f](https://github.com/googleapis/google-cloud-php/commit/abea94f0fa58c9e5eea3b6b88da2285f6c86054c)) + +
+ +
google/cloud-parallelstore 0.1.0 + + + +### Features + +* [Parallelstore] add new client library surface for Parallelstore PHP ([#7074](https://github.com/googleapis/google-cloud-php/issues/7074)) ([35a964c](https://github.com/googleapis/google-cloud-php/commit/35a964cde422aeeac6db2f0f33be8699b21972b6)) + +
+ +
google/cloud-secret-manager 1.13.3 + + + +
+ +
google/cloud-security-center 1.26.0 + + + +### Features + +* **SecurityCenter:** Add new V2 client surface ([#7142](https://github.com/googleapis/google-cloud-php/issues/7142)) ([a6c4add](https://github.com/googleapis/google-cloud-php/commit/a6c4addaf49d9c9386a56c6732bc28d9a46484b0)) + +
+ +
google/shopping-merchant-quota 0.1.0 + + + +### Features + +* Introduce ShoppingMerchantQuota ([#7167](https://github.com/googleapis/google-cloud-php/issues/7167)) ([b3aafaf](https://github.com/googleapis/google-cloud-php/commit/b3aafaf490e9eb4b8d18ded8ef8d82b0390bf71b)) + +
+ +
google/cloud-storage 1.41.0 + + + +### Features + +* **Storage:** SoftDelete object in gcs buckets ([#7154](https://github.com/googleapis/google-cloud-php/issues/7154)) ([09ea3af](https://github.com/googleapis/google-cloud-php/commit/09ea3afa93c4c2015b3ff443d13f76948e0a6e70)) + +
+ ## 0.238.0
google/cloud-ai-platform 0.36.0 diff --git a/ControlsPartner/VERSION b/ControlsPartner/VERSION index 77d6f4ca2371..6e8bf73aa550 100644 --- a/ControlsPartner/VERSION +++ b/ControlsPartner/VERSION @@ -1 +1 @@ -0.0.0 +0.1.0 diff --git a/Parallelstore/VERSION b/Parallelstore/VERSION index 77d6f4ca2371..6e8bf73aa550 100644 --- a/Parallelstore/VERSION +++ b/Parallelstore/VERSION @@ -1 +1 @@ -0.0.0 +0.1.0 diff --git a/SecretManager/VERSION b/SecretManager/VERSION index 61ce01b30118..01b7568230eb 100644 --- a/SecretManager/VERSION +++ b/SecretManager/VERSION @@ -1 +1 @@ -1.13.2 +1.13.3 diff --git a/SecurityCenter/VERSION b/SecurityCenter/VERSION index ad2191947f7b..5ff8c4f5d2ad 100644 --- a/SecurityCenter/VERSION +++ b/SecurityCenter/VERSION @@ -1 +1 @@ -1.25.0 +1.26.0 diff --git a/ShoppingMerchantQuota/VERSION b/ShoppingMerchantQuota/VERSION index 77d6f4ca2371..6e8bf73aa550 100644 --- a/ShoppingMerchantQuota/VERSION +++ b/ShoppingMerchantQuota/VERSION @@ -1 +1 @@ -0.0.0 +0.1.0 diff --git a/Storage/VERSION b/Storage/VERSION index 32b7211cb618..7d47e599800e 100644 --- a/Storage/VERSION +++ b/Storage/VERSION @@ -1 +1 @@ -1.40.0 +1.41.0 diff --git a/Storage/src/StorageClient.php b/Storage/src/StorageClient.php index 3d340eae118c..19f696ed437d 100644 --- a/Storage/src/StorageClient.php +++ b/Storage/src/StorageClient.php @@ -47,7 +47,7 @@ class StorageClient use ArrayTrait; use ClientTrait; - const VERSION = '1.40.0'; + const VERSION = '1.41.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/devstorage.full_control'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/devstorage.read_only'; diff --git a/composer.json b/composer.json index 3667419c9dfd..bbb4c8c0c73f 100644 --- a/composer.json +++ b/composer.json @@ -110,7 +110,7 @@ "google/cloud-build": "0.16.0", "google/cloud-certificate-manager": "0.6.2", "google/cloud-channel": "1.9.2", - "google/cloud-cloudcontrolspartner": "0.0.0", + "google/cloud-cloudcontrolspartner": "0.1.0", "google/cloud-commerce-consumer-procurement": "0.2.2", "google/cloud-common-protos": "0.5.0", "google/cloud-compute": "1.16.0", @@ -180,7 +180,7 @@ "google/cloud-org-policy": "0.6.2", "google/cloud-osconfig": "1.3.2", "google/cloud-oslogin": "1.9.2", - "google/cloud-parallelstore": "0.0.0", + "google/cloud-parallelstore": "0.1.0", "google/cloud-policy-troubleshooter": "1.3.1", "google/cloud-policysimulator": "0.2.2", "google/cloud-policytroubleshooter-iam": "0.2.2", @@ -199,9 +199,9 @@ "google/cloud-retail": "1.6.1", "google/cloud-run": "0.9.0", "google/cloud-scheduler": "1.10.2", - "google/cloud-secret-manager": "1.13.2", + "google/cloud-secret-manager": "1.13.3", "google/cloud-securesourcemanager": "0.2.2", - "google/cloud-security-center": "1.25.0", + "google/cloud-security-center": "1.26.0", "google/cloud-security-private-ca": "1.6.0", "google/cloud-security-public-ca": "0.3.2", "google/cloud-securitycentermanagement": "0.2.4", @@ -214,7 +214,7 @@ "google/cloud-spanner": "1.74.0", "google/cloud-speech": "1.17.1", "google/cloud-sql-admin": "0.15.0", - "google/cloud-storage": "1.40.0", + "google/cloud-storage": "1.41.0", "google/cloud-storage-transfer": "1.4.2", "google/cloud-storageinsights": "0.3.2", "google/cloud-support": "0.2.2", @@ -241,7 +241,7 @@ "google/shopping-common-protos": "0.2.1", "google/shopping-css": "0.2.2", "google/shopping-merchant-inventories": "0.3.2", - "google/shopping-merchant-quota": "0.0.0", + "google/shopping-merchant-quota": "0.1.0", "google/shopping-merchant-reports": "0.6.2" }, "suggest": {