From e4b8b0620a71a61f9c6b5d29d8b508b85e0094ca Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 07:38:34 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest-submodules.json | 4 ++-- dialogflow/CHANGES.md | 7 +++++++ dialogflow/internal/version.go | 2 +- gkehub/CHANGES.md | 7 +++++++ gkehub/internal/version.go | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 23e9f7d7914c..542a4d16c446 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -33,7 +33,7 @@ "datastore": "1.6.0", "datastream": "0.3.0", "deploy": "1.2.0", - "dialogflow": "1.6.0", + "dialogflow": "1.7.0", "dlp": "1.3.0", "documentai": "1.4.0", "domains": "0.4.0", @@ -45,7 +45,7 @@ "functions": "1.3.0", "gaming": "1.2.0", "gkeconnect": "0.3.0", - "gkehub": "0.4.0", + "gkehub": "0.5.0", "grafeas": "0.2.0", "gsuiteaddons": "1.2.0", "iam": "0.3.0", diff --git a/dialogflow/CHANGES.md b/dialogflow/CHANGES.md index 02d1dedc9647..8bb6465a4ddc 100644 --- a/dialogflow/CHANGES.md +++ b/dialogflow/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.6.0...dialogflow/v1.7.0) (2022-03-03) + + +### Features + +* **dialogflow:** added ConversationModel resource and its APIs feat: added ConversationDataset resource and its APIs feat: added SetSuggestionFeatureConfig and ClearSuggestionFeatureConfig APIs for ConversationProfile feat: added new knowledge type of Document content feat: added states of Document feat: added metadata for the Knowledge operation docs: updated copyright ([96c9d7e](https://github.com/googleapis/google-cloud-go/commit/96c9d7ee74af075fdd17b02233ac92fba6d89988)) + ## [1.6.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.5.0...dialogflow/v1.6.0) (2022-02-23) diff --git a/dialogflow/internal/version.go b/dialogflow/internal/version.go index 05d3396f1001..7c251d994559 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.6.0" +const Version = "1.7.0" diff --git a/gkehub/CHANGES.md b/gkehub/CHANGES.md index 12edbe855087..93f6f8b60aa0 100644 --- a/gkehub/CHANGES.md +++ b/gkehub/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.5.0](https://github.com/googleapis/google-cloud-go/compare/gkehub/v0.4.0...gkehub/v0.5.0) (2022-03-03) + + +### Features + +* **gkehub:** added support for k8s_version field docs: k8s_version field is not part of resource_options struct ([a4f8273](https://github.com/googleapis/google-cloud-go/commit/a4f8273697a888473689db9b887298c74e0aebf3)) + ## [0.4.0](https://github.com/googleapis/google-cloud-go/compare/gkehub/v0.3.0...gkehub/v0.4.0) (2022-02-23) diff --git a/gkehub/internal/version.go b/gkehub/internal/version.go index 3f98e7de6063..d0d3f79115b7 100644 --- a/gkehub/internal/version.go +++ b/gkehub/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.4.0" +const Version = "0.5.0"