diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 69e19e0109e0..2fc78773404a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -677,7 +677,7 @@ "google-cloud-video-live_stream-v1+FILLER": "0.0.0", "google-cloud-video-stitcher": "0.3.0", "google-cloud-video-stitcher+FILLER": "0.0.0", - "google-cloud-video-stitcher-v1": "0.8.2", + "google-cloud-video-stitcher-v1": "0.9.0", "google-cloud-video-stitcher-v1+FILLER": "0.0.0", "google-cloud-video-transcoder": "1.4.0", "google-cloud-video-transcoder+FILLER": "0.0.0", diff --git a/google-cloud-video-stitcher-v1/CHANGELOG.md b/google-cloud-video-stitcher-v1/CHANGELOG.md index 0b190bccf2e2..d89987d11d48 100644 --- a/google-cloud-video-stitcher-v1/CHANGELOG.md +++ b/google-cloud-video-stitcher-v1/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 0.9.0 (2024-02-26) + +#### Features + +* Updated minimum Ruby version to 2.7 ([#24879](https://github.com/googleapis/google-cloud-ruby/issues/24879)) + ### 0.8.2 (2024-02-01) #### Bug Fixes diff --git a/google-cloud-video-stitcher-v1/lib/google/cloud/video/stitcher/v1/version.rb b/google-cloud-video-stitcher-v1/lib/google/cloud/video/stitcher/v1/version.rb index eb73bef6f00e..6a2d3bfd9a4d 100644 --- a/google-cloud-video-stitcher-v1/lib/google/cloud/video/stitcher/v1/version.rb +++ b/google-cloud-video-stitcher-v1/lib/google/cloud/video/stitcher/v1/version.rb @@ -22,7 +22,7 @@ module Cloud module Video module Stitcher module V1 - VERSION = "0.8.2" + VERSION = "0.9.0" end end end