From 73fecd72be815921a06a2bb8961795f398fac801 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 00:18:31 +0000 Subject: [PATCH] chore(main): release google-cloud-storage 1.50.0 --- .release-please-manifest.json | 2 +- google-cloud-storage/CHANGELOG.md | 9 +++++++++ google-cloud-storage/lib/google/cloud/storage/version.rb | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 79443657cb45..ae6fe92f9efe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -625,7 +625,7 @@ "google-cloud-speech-v1p1beta1+FILLER": "0.0.0", "google-cloud-speech-v2": "0.12.0", "google-cloud-speech-v2+FILLER": "0.0.0", - "google-cloud-storage": "1.49.0", + "google-cloud-storage": "1.50.0", "google-cloud-storage+FILLER": "0.0.0", "google-cloud-storage_insights": "1.2.0", "google-cloud-storage_insights+FILLER": "0.0.0", diff --git a/google-cloud-storage/CHANGELOG.md b/google-cloud-storage/CHANGELOG.md index f05aa5eba2af..c0c789a46bab 100644 --- a/google-cloud-storage/CHANGELOG.md +++ b/google-cloud-storage/CHANGELOG.md @@ -1,5 +1,14 @@ # Release History +### 1.50.0 (2024-04-10) + +#### Features + +* add support for soft delete ([#25340](https://github.com/googleapis/google-cloud-ruby/issues/25340)) +#### Bug Fixes + +* Set configured univer_domain and endpoint when initializing through Service ([#25665](https://github.com/googleapis/google-cloud-ruby/issues/25665)) + ### 1.49.0 (2024-02-21) #### Features diff --git a/google-cloud-storage/lib/google/cloud/storage/version.rb b/google-cloud-storage/lib/google/cloud/storage/version.rb index a2e09fee4302..7c1dbbdaafe3 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.49.0".freeze + VERSION = "1.50.0".freeze end end end