diff --git a/CHANGELOG.md b/CHANGELOG.md index b2cc14cd47aa..bab33fa76da2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,38 @@ # Changelog +## 0.243.0 + +
google/cloud-config 0.5.0 + + + +### Features + +* Annotations are now supported to help client tools identify deployments during automation ([0a27dbb](https://github.com/googleapis/google-cloud-php/commit/0a27dbbbda4ee70a6e65d6975066a407b071c62f)) +* Infrastructure manager supports 1.2.3, 1.3.10, 1.4.7, 1.5.7 versions of Terraform when creating a preview of a deployment ([#7251](https://github.com/googleapis/google-cloud-php/issues/7251)) ([0a27dbb](https://github.com/googleapis/google-cloud-php/commit/0a27dbbbda4ee70a6e65d6975066a407b071c62f)) + +
+ +
google/cloud-monitoring 1.10.1 + + + +### Bug Fixes + +* Defined class prefix of GMON for Objective C ([#7256](https://github.com/googleapis/google-cloud-php/issues/7256)) ([d120277](https://github.com/googleapis/google-cloud-php/commit/d12027711154292c14917c6ef76382fc7fca2dab)) + +
+ +
google/cloud-recaptcha-enterprise 1.12.0 + + + +### Features + +* Add Fraud Prevention settings field ([#7252](https://github.com/googleapis/google-cloud-php/issues/7252)) ([d65086e](https://github.com/googleapis/google-cloud-php/commit/d65086eea0e1b90f24f04d7085c5769679f75250)) + +
+ ## 0.242.0
google/cloud-access-approval 1.2.3 diff --git a/Config/VERSION b/Config/VERSION index 267577d47e49..8f0916f768f0 100644 --- a/Config/VERSION +++ b/Config/VERSION @@ -1 +1 @@ -0.4.1 +0.5.0 diff --git a/Monitoring/VERSION b/Monitoring/VERSION index 81c871de46b3..4dae2985b58c 100644 --- a/Monitoring/VERSION +++ b/Monitoring/VERSION @@ -1 +1 @@ -1.10.0 +1.10.1 diff --git a/RecaptchaEnterprise/VERSION b/RecaptchaEnterprise/VERSION index 720c7384c619..0eed1a29efd6 100644 --- a/RecaptchaEnterprise/VERSION +++ b/RecaptchaEnterprise/VERSION @@ -1 +1 @@ -1.11.1 +1.12.0 diff --git a/composer.json b/composer.json index 5894eee6c8e8..94f8e4347440 100644 --- a/composer.json +++ b/composer.json @@ -118,7 +118,7 @@ "google/cloud-common-protos": "0.5.1", "google/cloud-compute": "1.16.1", "google/cloud-confidentialcomputing": "0.8.1", - "google/cloud-config": "0.4.1", + "google/cloud-config": "0.5.0", "google/cloud-contact-center-insights": "1.9.3", "google/cloud-container": "1.30.1", "google/cloud-container-analysis": "0.5.5", @@ -172,7 +172,7 @@ "google/cloud-media-translation": "0.4.2", "google/cloud-memcache": "1.3.3", "google/cloud-migrationcenter": "0.4.3", - "google/cloud-monitoring": "1.10.0", + "google/cloud-monitoring": "1.10.1", "google/cloud-netapp": "0.2.5", "google/cloud-network-connectivity": "1.5.3", "google/cloud-network-management": "1.7.1", @@ -192,7 +192,7 @@ "google/cloud-pubsub": "2.1.1", "google/cloud-quotas": "0.2.1", "google/cloud-rapidmigrationassessment": "0.3.3", - "google/cloud-recaptcha-enterprise": "1.11.1", + "google/cloud-recaptcha-enterprise": "1.12.0", "google/cloud-recommendations-ai": "0.7.3", "google/cloud-recommender": "1.11.3", "google/cloud-redis": "1.9.3",