diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8b552837bff4..d5ab85cf22dd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -715,7 +715,7 @@ "google-cloud-storage-control-v2+FILLER": "0.0.0", "google-cloud-storage_insights": "1.3.0", "google-cloud-storage_insights+FILLER": "0.0.0", - "google-cloud-storage_insights-v1": "0.7.0", + "google-cloud-storage_insights-v1": "0.8.0", "google-cloud-storage_insights-v1+FILLER": "0.0.0", "google-cloud-storage_transfer": "1.5.0", "google-cloud-storage_transfer+FILLER": "0.0.0", diff --git a/google-cloud-storage_insights-v1/CHANGELOG.md b/google-cloud-storage_insights-v1/CHANGELOG.md index 9f3acb26e2f4..70649177a339 100644 --- a/google-cloud-storage_insights-v1/CHANGELOG.md +++ b/google-cloud-storage_insights-v1/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +### 0.8.0 (2025-02-02) + +### ⚠ BREAKING CHANGES + +* Fixed incorrect pagination on certain REST RPC methods ([#28826](https://github.com/googleapis/google-cloud-ruby/issues/28826)) + +#### Bug Fixes + +* Fixed incorrect pagination on certain REST RPC methods ([#28826](https://github.com/googleapis/google-cloud-ruby/issues/28826)) + ### 0.7.0 (2025-01-28) #### Features diff --git a/google-cloud-storage_insights-v1/lib/google/cloud/storage_insights/v1/version.rb b/google-cloud-storage_insights-v1/lib/google/cloud/storage_insights/v1/version.rb index 6b86c441b7dc..a0fae4a4365e 100644 --- a/google-cloud-storage_insights-v1/lib/google/cloud/storage_insights/v1/version.rb +++ b/google-cloud-storage_insights-v1/lib/google/cloud/storage_insights/v1/version.rb @@ -21,7 +21,7 @@ module Google module Cloud module StorageInsights module V1 - VERSION = "0.7.0" + VERSION = "0.8.0" end end end