Skip to content

Commit

Permalink
chore(main): release google-cloud-video-stitcher-v1 1.2.0 (#28478)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 29, 2025
1 parent bd2873c commit e6df8c7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@
"google-cloud-video-live_stream-v1+FILLER": "0.0.0",
"google-cloud-video-stitcher": "1.1.0",
"google-cloud-video-stitcher+FILLER": "0.0.0",
"google-cloud-video-stitcher-v1": "1.1.0",
"google-cloud-video-stitcher-v1": "1.2.0",
"google-cloud-video-stitcher-v1+FILLER": "0.0.0",
"google-cloud-video-transcoder": "1.6.0",
"google-cloud-video-transcoder+FILLER": "0.0.0",
Expand Down
10 changes: 10 additions & 0 deletions google-cloud-video-stitcher-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

### 1.2.0 (2025-01-29)

#### Features

* Update Ruby version requirement to 3.0
#### Documentation

* Clarify behavior of protobuf message fields that are part of mutually-exclusive sets
* Include note about validating externally-provided credentials

### 1.1.0 (2024-12-10)

#### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module Cloud
module Video
module Stitcher
module V1
VERSION = "1.1.0"
VERSION = "1.2.0"
end
end
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"client_library": {
"name": "google-cloud-video-stitcher-v1",
"version": "1.1.0",
"version": "1.2.0",
"language": "RUBY",
"apis": [
{
Expand Down

0 comments on commit e6df8c7

Please sign in to comment.