Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@
"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",
"google-cloud-storage_batch_operations": "0.1.2",
"google-cloud-storage_batch_operations": "0.2.0",
"google-cloud-storage_batch_operations+FILLER": "0.0.0",
"google-cloud-storage_batch_operations-v1": "0.5.0",
"google-cloud-storage_batch_operations-v1+FILLER": "0.0.0",
Expand Down
7 changes: 7 additions & 0 deletions google-cloud-storage_batch_operations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### 0.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

### 0.1.2 (2025-09-12)

#### Documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Google
module Cloud
module StorageBatchOperations
VERSION = "0.1.2"
VERSION = "0.2.0"
end
end
end
Loading