diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a0bccd57247b..baa2775bdeca 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -825,7 +825,7 @@ "google-cloud-storage-control+FILLER": "0.0.0", "google-cloud-storage-control-v2": "1.12.0", "google-cloud-storage-control-v2+FILLER": "0.0.0", - "google-cloud-storage_batch_operations": "0.4.0", + "google-cloud-storage_batch_operations": "0.5.0", "google-cloud-storage_batch_operations+FILLER": "0.0.0", "google-cloud-storage_batch_operations-v1": "0.10.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 78ac9ea432b3..70571cb9fc27 100644 --- a/google-cloud-storage_batch_operations/CHANGELOG.md +++ b/google-cloud-storage_batch_operations/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 0.5.0 (2026-07-16) + +#### Features + +* Release GA version 1.0.0 ([#34791](https://github.com/googleapis/google-cloud-ruby/issues/34791)) + ### 0.4.0 (2026-06-11) #### Features @@ -38,4 +44,3 @@ * Initial generation of google-cloud-storage_batch_operations ([#29488](https://github.com/googleapis/google-cloud-ruby/issues/29488)) ## Release History - 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 c4fe63adfe64..b936f4af6891 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.4.0" + VERSION = "0.5.0" end end end