Skip to content

Commit 1292f60

Browse files
chore(main): release google-cloud-storage-control 1.2.0 (#32362)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent f22671a commit 1292f60

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@
791791
"google-cloud-speech-v2+FILLER": "0.0.0",
792792
"google-cloud-storage": "1.58.0",
793793
"google-cloud-storage+FILLER": "0.0.0",
794-
"google-cloud-storage-control": "1.1.2",
794+
"google-cloud-storage-control": "1.2.0",
795795
"google-cloud-storage-control+FILLER": "0.0.0",
796796
"google-cloud-storage-control-v2": "1.8.1",
797797
"google-cloud-storage-control-v2+FILLER": "0.0.0",

google-cloud-storage-control/CHANGELOG.md

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

3+
### 1.2.0 (2026-01-13)
4+
5+
#### Features
6+
7+
* add custom prompt config in the request and return prompt in the response ([#32325](https://github.com/googleapis/google-cloud-ruby/issues/32325))
8+
* update min_speaker_count and max_speaker_count to be optional
9+
310
### 1.1.2 (2025-09-12)
411

512
#### Documentation

google-cloud-storage-control/lib/google/cloud/storage/control/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module Google
2121
module Cloud
2222
module Storage
2323
module Control
24-
VERSION = "1.1.2"
24+
VERSION = "1.2.0"
2525
end
2626
end
2727
end

0 commit comments

Comments
 (0)