diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1dc17f27feb0..30a29ff863ae 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -223,7 +223,7 @@ "google-cloud-ces-v1beta+FILLER": "0.0.0", "google-cloud-channel": "2.1.0", "google-cloud-channel+FILLER": "0.0.0", - "google-cloud-channel-v1": "2.4.1", + "google-cloud-channel-v1": "2.5.0", "google-cloud-channel-v1+FILLER": "0.0.0", "google-cloud-chronicle": "0.3.0", "google-cloud-chronicle+FILLER": "0.0.0", diff --git a/google-cloud-channel-v1/CHANGELOG.md b/google-cloud-channel-v1/CHANGELOG.md index 3a28018e211b..6bf14d18d48c 100644 --- a/google-cloud-channel-v1/CHANGELOG.md +++ b/google-cloud-channel-v1/CHANGELOG.md @@ -1,5 +1,22 @@ # Release History +### 2.5.0 (2026-04-19) + +#### Features + +* add custom prompt config in the request and return prompt in the response +* update min_speaker_count and max_speaker_count to be optional +* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 +* upgrade protobuf from v25.7 to v31.0 +#### Bug Fixes + +* Changed field behavior for an existing field `entitlement_granularity` in message `.google.cloud.channel.v1.RepricingConfig` +#### Documentation + +* Clarify that min_speaker_count and max_speaker_count in SpeakerDiarizationConfig are not currently used +* Update guidance on how to enable speaker diarization; to enable, set the diarization_config field to an empty SpeakerDiarizationConfig message +* update SelectiveGapicGeneration usage doc ([#32231](https://github.com/googleapis/google-cloud-ruby/issues/32231)) + ### 2.4.1 (2025-10-27) #### Documentation diff --git a/google-cloud-channel-v1/lib/google/cloud/channel/v1/version.rb b/google-cloud-channel-v1/lib/google/cloud/channel/v1/version.rb index e93d665dbafe..e68552b7ec2a 100644 --- a/google-cloud-channel-v1/lib/google/cloud/channel/v1/version.rb +++ b/google-cloud-channel-v1/lib/google/cloud/channel/v1/version.rb @@ -21,7 +21,7 @@ module Google module Cloud module Channel module V1 - VERSION = "2.4.1" + VERSION = "2.5.0" end end end diff --git a/google-cloud-channel-v1/snippets/snippet_metadata_google.cloud.channel.v1.json b/google-cloud-channel-v1/snippets/snippet_metadata_google.cloud.channel.v1.json index 1adc4e5ce7b5..741bf9f42b90 100644 --- a/google-cloud-channel-v1/snippets/snippet_metadata_google.cloud.channel.v1.json +++ b/google-cloud-channel-v1/snippets/snippet_metadata_google.cloud.channel.v1.json @@ -1,7 +1,7 @@ { "client_library": { "name": "google-cloud-channel-v1", - "version": "2.4.1", + "version": "2.5.0", "language": "RUBY", "apis": [ {