diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 84c1e8200c7f..315d9a534be1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -785,7 +785,7 @@ "google-cloud-speech-v2+FILLER": "0.0.0", "google-cloud-storage": "1.58.0", "google-cloud-storage+FILLER": "0.0.0", - "google-cloud-storage-control": "1.1.2", + "google-cloud-storage-control": "1.2.0", "google-cloud-storage-control+FILLER": "0.0.0", "google-cloud-storage-control-v2": "1.8.1", "google-cloud-storage-control-v2+FILLER": "0.0.0", diff --git a/google-cloud-storage-control/CHANGELOG.md b/google-cloud-storage-control/CHANGELOG.md index dc6c5aa90940..679225449eea 100644 --- a/google-cloud-storage-control/CHANGELOG.md +++ b/google-cloud-storage-control/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### 1.2.0 (2026-01-13) + +#### Features + +* add custom prompt config in the request and return prompt in the response ([#32325](https://github.com/googleapis/google-cloud-ruby/issues/32325)) +* update min_speaker_count and max_speaker_count to be optional + ### 1.1.2 (2025-09-12) #### Documentation diff --git a/google-cloud-storage-control/lib/google/cloud/storage/control/version.rb b/google-cloud-storage-control/lib/google/cloud/storage/control/version.rb index ec8b0bcc7140..52dfe0564b03 100644 --- a/google-cloud-storage-control/lib/google/cloud/storage/control/version.rb +++ b/google-cloud-storage-control/lib/google/cloud/storage/control/version.rb @@ -21,7 +21,7 @@ module Google module Cloud module Storage module Control - VERSION = "1.1.2" + VERSION = "1.2.0" end end end