Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Mar 3, 2022
1 parent a19d182 commit e4b8b06
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest-submodules.json
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion dialogflow/internal/version.go
Expand Up @@ -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"
7 changes: 7 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion gkehub/internal/version.go
Expand Up @@ -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"

0 comments on commit e4b8b06

Please sign in to comment.