diff --git a/ApiKeys/VERSION b/ApiKeys/VERSION index 0d91a54c7d43..9e11b32fcaa9 100644 --- a/ApiKeys/VERSION +++ b/ApiKeys/VERSION @@ -1 +1 @@ -0.3.0 +0.3.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0497d3932454..1c5275e8ab5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,53 @@ # Changelog +## 0.220.0 + +
google/cloud-api-keys 0.3.1 + + + +
+ +
google/cloud-iap 1.3.3 + + + +### Documentation + +* Fixing Oauth typo ([#6634](https://github.com/googleapis/google-cloud-php/issues/6634)) ([ff99d95](https://github.com/googleapis/google-cloud-php/commit/ff99d95eb266e036a0f2ea78fac9709b99d80754)) + +
+ +
google/shopping-common-protos 0.1.0 + + + +### Features + +* Introduce Shopping Merchant APIs ([#6456](https://github.com/googleapis/google-cloud-php/issues/6456)) ([e9ed1a1](https://github.com/googleapis/google-cloud-php/commit/e9ed1a156a32a07bc6231001fa431d1c162f452f)) + +
+ +
google/shopping-merchant-inventories 0.1.0 + + + +### Features + +* Introduce Shopping Merchant APIs ([#6456](https://github.com/googleapis/google-cloud-php/issues/6456)) ([e9ed1a1](https://github.com/googleapis/google-cloud-php/commit/e9ed1a156a32a07bc6231001fa431d1c162f452f)) + +
+ +
google/shopping-merchant-reports 0.1.0 + + + +### Features + +* Introduce Shopping Merchant APIs ([#6456](https://github.com/googleapis/google-cloud-php/issues/6456)) ([e9ed1a1](https://github.com/googleapis/google-cloud-php/commit/e9ed1a156a32a07bc6231001fa431d1c162f452f)) + +
+ ## 0.219.0
google/cloud-bigquery 1.28.0 diff --git a/Iap/VERSION b/Iap/VERSION index 1892b9267677..31e5c843497c 100644 --- a/Iap/VERSION +++ b/Iap/VERSION @@ -1 +1 @@ -1.3.2 +1.3.3 diff --git a/ShoppingCommonProtos/VERSION b/ShoppingCommonProtos/VERSION index 77d6f4ca2371..6e8bf73aa550 100644 --- a/ShoppingCommonProtos/VERSION +++ b/ShoppingCommonProtos/VERSION @@ -1 +1 @@ -0.0.0 +0.1.0 diff --git a/ShoppingMerchantInventories/VERSION b/ShoppingMerchantInventories/VERSION index 77d6f4ca2371..6e8bf73aa550 100644 --- a/ShoppingMerchantInventories/VERSION +++ b/ShoppingMerchantInventories/VERSION @@ -1 +1 @@ -0.0.0 +0.1.0 diff --git a/ShoppingMerchantReports/VERSION b/ShoppingMerchantReports/VERSION index 77d6f4ca2371..6e8bf73aa550 100644 --- a/ShoppingMerchantReports/VERSION +++ b/ShoppingMerchantReports/VERSION @@ -1 +1 @@ -0.0.0 +0.1.0 diff --git a/composer.json b/composer.json index 83932311138e..8ab6ba8d7061 100644 --- a/composer.json +++ b/composer.json @@ -77,7 +77,7 @@ "google/cloud-ai-platform": "0.25.0", "google/cloud-alloydb": "0.5.0", "google/cloud-api-gateway": "1.2.0", - "google/cloud-api-keys": "0.3.0", + "google/cloud-api-keys": "0.3.1", "google/cloud-apigee-connect": "1.1.2", "google/cloud-apigee-registry": "0.4.0", "google/cloud-appengine-admin": "1.2.0", @@ -152,7 +152,7 @@ "google/cloud-gsuite-addons": "0.2.2", "google/cloud-iam": "0.4.0", "google/cloud-iam-credentials": "1.1.1", - "google/cloud-iap": "1.3.2", + "google/cloud-iap": "1.3.3", "google/cloud-ids": "0.4.0", "google/cloud-iot": "1.6.2", "google/cloud-kms": "1.20.2", @@ -226,8 +226,9 @@ "google/cloud-workflows": "0.4.0", "google/grafeas": "0.8.2", "google/longrunning": "0.2.6", - "google/shopping-merchant-inventories": "0.0.0", - "google/shopping-merchant-reports": "0.0.0" + "google/shopping-merchant-inventories": "0.1.0", + "google/shopping-merchant-reports": "0.1.0", + "google/shopping-common-protos": "0.1.0" }, "suggest": { "opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.",