diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index d9bfc8f8c6bf..1a1e7c6e7f8c 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -36,9 +36,9 @@ "dataproc": "1.6.0", "dataqna": "0.6.0", "datastream": "1.3.0", - "deploy": "1.2.1", - "dialogflow": "1.16.1", - "dlp": "1.5.0", + "deploy": "1.3.0", + "dialogflow": "1.17.0", + "dlp": "1.5.1", "documentai": "1.8.0", "domains": "0.7.0", "edgecontainer": "0.1.0", diff --git a/deploy/CHANGES.md b/deploy/CHANGES.md index 8bd927a65aaa..d6aa05eb8289 100644 --- a/deploy/CHANGES.md +++ b/deploy/CHANGES.md @@ -1,6 +1,18 @@ # Changes +## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/deploy/v1.2.1...deploy/v1.3.0) (2022-10-07) + + +### Features + +* **deploy:** Publish new JobRun resource and associated methods for Google Cloud Deploy ([ce3f945](https://github.com/googleapis/google-cloud-go/commit/ce3f9458e511eca0910992763232abbcd64698f1)) + + +### Bug Fixes + +* **deploy:** Fix resource annotations for Cloud Deploy to use common resource name for locations ([ce3f945](https://github.com/googleapis/google-cloud-go/commit/ce3f9458e511eca0910992763232abbcd64698f1)) + ## [1.2.1](https://github.com/googleapis/google-cloud-go/compare/deploy/v1.2.0...deploy/v1.2.1) (2022-07-12) diff --git a/deploy/internal/version.go b/deploy/internal/version.go index db8bbd4568f4..bb0feadfd279 100644 --- a/deploy/internal/version.go +++ b/deploy/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.2.1" +const Version = "1.3.0" diff --git a/dialogflow/CHANGES.md b/dialogflow/CHANGES.md index 1841472138e0..a30b84b7bb6d 100644 --- a/dialogflow/CHANGES.md +++ b/dialogflow/CHANGES.md @@ -1,5 +1,17 @@ # Changes +## [1.17.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.16.1...dialogflow/v1.17.0) (2022-10-07) + + +### Features + +* **dialogflow:** Add Agent Assist Summarization API (https://cloud.google.com/agent-assist/docs/summarization) docs: clarify SuggestionFeature enums which are specific to chat agents ([8388f87](https://github.com/googleapis/google-cloud-go/commit/8388f877b5682c96e9476863ca761b975cbe4131)) + + +### Documentation + +* **dialogflow/cx:** clarified gcs_bucket field of the SecuritySettings message ([8388f87](https://github.com/googleapis/google-cloud-go/commit/8388f877b5682c96e9476863ca761b975cbe4131)) + ## [1.16.1](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.16.0...dialogflow/v1.16.1) (2022-09-28) diff --git a/dialogflow/internal/version.go b/dialogflow/internal/version.go index 7f65f679fbf3..6607c695d5cb 100644 --- a/dialogflow/internal/version.go +++ b/dialogflow/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.16.1" +const Version = "1.17.0" diff --git a/dlp/CHANGES.md b/dlp/CHANGES.md index 0266cb58b0a9..074cc080d4f7 100644 --- a/dlp/CHANGES.md +++ b/dlp/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.5.1](https://github.com/googleapis/google-cloud-go/compare/dlp/v1.5.0...dlp/v1.5.1) (2022-10-07) + + +### Bug Fixes + +* **dlp:** deprecate extra field to avoid confusion ([8388f87](https://github.com/googleapis/google-cloud-go/commit/8388f877b5682c96e9476863ca761b975cbe4131)) + ## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/dlp/v1.4.0...dlp/v1.5.0) (2022-09-15) diff --git a/dlp/internal/version.go b/dlp/internal/version.go index e93235c20322..957edaddbd4b 100644 --- a/dlp/internal/version.go +++ b/dlp/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.5.0" +const Version = "1.5.1"