diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 32c44977cea7..cc9c5e1d8f68 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -38,7 +38,7 @@ "confidentialcomputing": "1.7.0", "config": "1.1.0", "contactcenterinsights": "1.14.0", - "container": "1.39.0", + "container": "1.40.0", "containeranalysis": "0.13.0", "datacatalog": "1.22.0", "dataflow": "0.10.0", @@ -103,7 +103,7 @@ "privatecatalog": "0.10.0", "privilegedaccessmanager": "0.2.0", "rapidmigrationassessment": "1.1.0", - "recaptchaenterprise": "2.17.0", + "recaptchaenterprise": "2.17.1", "recommendationengine": "0.9.0", "recommender": "1.13.0", "redis": "1.17.0", diff --git a/container/CHANGES.md b/container/CHANGES.md index 271cd3255871..c9d42ab3992b 100644 --- a/container/CHANGES.md +++ b/container/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.40.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.39.0...container/v1.40.0) (2024-08-30) + + +### Features + +* **container:** Add ReleaseChannel EXTENDED value ([b3ea577](https://github.com/googleapis/google-cloud-go/commit/b3ea5776b171fc60b4e96035d56d35dbd7505f3b)) + ## [1.39.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.38.1...container/v1.39.0) (2024-08-20) diff --git a/container/internal/version.go b/container/internal/version.go index 385391b28ace..1c52a3504b2c 100644 --- a/container/internal/version.go +++ b/container/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.39.0" +const Version = "1.40.0" diff --git a/recaptchaenterprise/CHANGES.md b/recaptchaenterprise/CHANGES.md index f804879d5746..6005627dcfe3 100644 --- a/recaptchaenterprise/CHANGES.md +++ b/recaptchaenterprise/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [2.17.1](https://github.com/googleapis/google-cloud-go/compare/recaptchaenterprise/v2.17.0...recaptchaenterprise/v2.17.1) (2024-08-30) + + +### Documentation + +* **recaptchaenterprise:** Minor doc fixes ([#10778](https://github.com/googleapis/google-cloud-go/issues/10778)) ([b3ea577](https://github.com/googleapis/google-cloud-go/commit/b3ea5776b171fc60b4e96035d56d35dbd7505f3b)) + ## [2.17.0](https://github.com/googleapis/google-cloud-go/compare/recaptchaenterprise/v2.16.0...recaptchaenterprise/v2.17.0) (2024-08-27) diff --git a/recaptchaenterprise/internal/version.go b/recaptchaenterprise/internal/version.go index da8ee473d5cb..f1661c9f69b7 100644 --- a/recaptchaenterprise/internal/version.go +++ b/recaptchaenterprise/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "2.17.0" +const Version = "2.17.1"