Skip to content

Commit

Permalink
chore(main): release google-cloud-contact_center_insights-v1 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 18, 2024
1 parent d3278eb commit b69201e
Show file tree
Hide file tree
Showing 3 changed files with 21 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 @@ -229,7 +229,7 @@
"google-cloud-connectors-v1+FILLER": "0.0.0",
"google-cloud-contact_center_insights": "1.4.1",
"google-cloud-contact_center_insights+FILLER": "0.0.0",
"google-cloud-contact_center_insights-v1": "1.1.0",
"google-cloud-contact_center_insights-v1": "1.2.0",
"google-cloud-contact_center_insights-v1+FILLER": "0.0.0",
"google-cloud-container": "1.5.1",
"google-cloud-container+FILLER": "0.0.0",
Expand Down
19 changes: 19 additions & 0 deletions google-cloud-contact_center_insights-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

### 1.2.0 (2024-11-18)

#### Features

* Add AnalysisRules resource and APIs
* Add FeedbackLabel resource and APIs ([#27634](https://github.com/googleapis/google-cloud-ruby/issues/27634))
* Add Quality AI resources and APIs
* Add QueryMetrics API
#### Documentation

* A comment for field `custom_metadata_keys` in message `.google.cloud.contactcenterinsights.v1.IngestConversationsRequest` is changed
* A comment for field `encryption_spec` in message `.google.cloud.contactcenterinsights.v1.InitializeEncryptionSpecRequest` is changed
* A comment for field `kms_key` in message `.google.cloud.contactcenterinsights.v1.EncryptionSpec` is changed
* A comment for field `labels` in message `.google.cloud.contactcenterinsights.v1.Conversation` is changed
* A comment for field `metadata_json` in message `.google.cloud.contactcenterinsights.v1.Conversation` is changed
* A comment for field `partial_errors` in message `.google.cloud.contactcenterinsights.v1.InitializeEncryptionSpecMetadata` is changed
* A comment for message `EncryptionSpec` is changed
* A comment for method `InitializeEncryptionSpec` in service `ContactCenterInsights` is changed

### 1.1.0 (2024-10-15)

#### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module ContactCenterInsights
module V1
VERSION = "1.1.0"
VERSION = "1.2.0"
end
end
end
Expand Down

0 comments on commit b69201e

Please sign in to comment.