Skip to content

Commit 6ddf5e5

Browse files
chore(main): release google-cloud-storage 1.61.0
1 parent 8aa7cf8 commit 6ddf5e5

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@
805805
"google-cloud-speech-v1p1beta1+FILLER": "0.0.0",
806806
"google-cloud-speech-v2": "1.7.1",
807807
"google-cloud-speech-v2+FILLER": "0.0.0",
808-
"google-cloud-storage": "1.60.0",
808+
"google-cloud-storage": "1.61.0",
809809
"google-cloud-storage+FILLER": "0.0.0",
810810
"google-cloud-storage-control": "1.3.0",
811811
"google-cloud-storage-control+FILLER": "0.0.0",

google-cloud-storage/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
### 1.61.0 (2026-05-16)
4+
5+
#### Features
6+
7+
* Update minimum Ruby to v3.2 and support v4.0 ([#33814](https://github.com/googleapis/google-cloud-ruby/issues/33814))
8+
39
### 1.60.0 (2026-05-11)
410

511
#### Features

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
module Google
1717
module Cloud
1818
module Storage
19-
VERSION = "1.60.0".freeze
19+
VERSION = "1.61.0".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)