diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 84c1e8200c7f..823daf1bb430 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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", diff --git a/google-cloud-storage_batch_operations/CHANGELOG.md b/google-cloud-storage_batch_operations/CHANGELOG.md index c5fc8add3d64..912c001af823 100644 --- a/google-cloud-storage_batch_operations/CHANGELOG.md +++ b/google-cloud-storage_batch_operations/CHANGELOG.md @@ -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 diff --git a/google-cloud-storage_batch_operations/lib/google/cloud/storage_batch_operations/version.rb b/google-cloud-storage_batch_operations/lib/google/cloud/storage_batch_operations/version.rb index 4c09590091fd..dbaed013a518 100644 --- a/google-cloud-storage_batch_operations/lib/google/cloud/storage_batch_operations/version.rb +++ b/google-cloud-storage_batch_operations/lib/google/cloud/storage_batch_operations/version.rb @@ -20,7 +20,7 @@ module Google module Cloud module StorageBatchOperations - VERSION = "0.1.2" + VERSION = "0.2.0" end end end