Skip to content

Commit

Permalink
chore(main): release google-cloud-dialogflow-cx-v3 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 12, 2023
1 parent a2b85cf commit b09c476
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
"google-cloud-dialogflow+FILLER": "0.0.0",
"google-cloud-dialogflow-cx": "1.0.0",
"google-cloud-dialogflow-cx+FILLER": "0.0.0",
"google-cloud-dialogflow-cx-v3": "0.20.0",
"google-cloud-dialogflow-cx-v3": "0.21.0",
"google-cloud-dialogflow-cx-v3+FILLER": "0.0.0",
"google-cloud-dialogflow-v2": "0.28.0",
"google-cloud-dialogflow-v2+FILLER": "0.0.0",
Expand Down
17 changes: 17 additions & 0 deletions google-cloud-dialogflow-cx-v3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

### 0.21.0 (2023-09-12)

#### Features

* Support for AGENT_TRANSITION_ROUTE_GROUP resources
* Support for Gen App Builder settings for agents
* Support for get_generative_settings and update_generative_settings calls ([#22878](https://github.com/googleapis/google-cloud-ruby/issues/22878))
* Support for Knowledge Connector settings for flows and pages
* Support for the description field of TransitionRoute
* Support for the endpointing_timeout field of CloudConversationDebuggingInfo
* Support for the knowledge_info_card field of ResponseMessage
* Support for the retention_strategy field of SecuritySettings
* Support for channel pool configuration ([#22919](https://github.com/googleapis/google-cloud-ruby/issues/22919))
#### Bug Fixes

* Fixed the namespace for ImportStrategy

### 0.20.0 (2023-08-15)

#### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module Cloud
module Dialogflow
module CX
module V3
VERSION = "0.20.0"
VERSION = "0.21.0"
end
end
end
Expand Down

0 comments on commit b09c476

Please sign in to comment.