diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 91bb32ef71b0..d062121ae601 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -779,7 +779,7 @@ "google-cloud-speech-v1p1beta1+FILLER": "0.0.0", "google-cloud-speech-v2": "1.4.1", "google-cloud-speech-v2+FILLER": "0.0.0", - "google-cloud-storage": "1.57.1", + "google-cloud-storage": "1.58.0", "google-cloud-storage+FILLER": "0.0.0", "google-cloud-storage-control": "1.1.2", "google-cloud-storage-control+FILLER": "0.0.0", diff --git a/google-cloud-storage/CHANGELOG.md b/google-cloud-storage/CHANGELOG.md index bfcc85c0cad9..9f937f616cfb 100644 --- a/google-cloud-storage/CHANGELOG.md +++ b/google-cloud-storage/CHANGELOG.md @@ -1,5 +1,11 @@ # Release History +### 1.58.0 (2025-12-25) + +#### Features + +* Adding support for partial success bucket list ([#32173](https://github.com/googleapis/google-cloud-ruby/issues/32173)) + ### 1.57.1 (2025-11-04) #### Documentation diff --git a/google-cloud-storage/lib/google/cloud/storage/version.rb b/google-cloud-storage/lib/google/cloud/storage/version.rb index 55e39b1e687e..6c3ab4102bea 100644 --- a/google-cloud-storage/lib/google/cloud/storage/version.rb +++ b/google-cloud-storage/lib/google/cloud/storage/version.rb @@ -16,7 +16,7 @@ module Google module Cloud module Storage - VERSION = "1.57.1".freeze + VERSION = "1.58.0".freeze end end end