Skip to content

Commit e4b8b06

Browse files
chore: release main
1 parent a19d182 commit e4b8b06

5 files changed

Lines changed: 18 additions & 4 deletions

File tree

.release-please-manifest-submodules.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"datastore": "1.6.0",
3434
"datastream": "0.3.0",
3535
"deploy": "1.2.0",
36-
"dialogflow": "1.6.0",
36+
"dialogflow": "1.7.0",
3737
"dlp": "1.3.0",
3838
"documentai": "1.4.0",
3939
"domains": "0.4.0",
@@ -45,7 +45,7 @@
4545
"functions": "1.3.0",
4646
"gaming": "1.2.0",
4747
"gkeconnect": "0.3.0",
48-
"gkehub": "0.4.0",
48+
"gkehub": "0.5.0",
4949
"grafeas": "0.2.0",
5050
"gsuiteaddons": "1.2.0",
5151
"iam": "0.3.0",

dialogflow/CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes
22

3+
## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.6.0...dialogflow/v1.7.0) (2022-03-03)
4+
5+
6+
### Features
7+
8+
* **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))
9+
310
## [1.6.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.5.0...dialogflow/v1.6.0) (2022-02-23)
411

512

dialogflow/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.6.0"
18+
const Version = "1.7.0"

gkehub/CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes
22

3+
## [0.5.0](https://github.com/googleapis/google-cloud-go/compare/gkehub/v0.4.0...gkehub/v0.5.0) (2022-03-03)
4+
5+
6+
### Features
7+
8+
* **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))
9+
310
## [0.4.0](https://github.com/googleapis/google-cloud-go/compare/gkehub/v0.3.0...gkehub/v0.4.0) (2022-02-23)
411

512

gkehub/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "0.4.0"
18+
const Version = "0.5.0"

0 commit comments

Comments
 (0)