Skip to content

Commit bd2873c

Browse files
chore(main): release google-cloud-video-transcoder-v1 1.2.0 (#28479)
1 parent 9e3def2 commit bd2873c

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@
775775
"google-cloud-video-stitcher-v1+FILLER": "0.0.0",
776776
"google-cloud-video-transcoder": "1.6.0",
777777
"google-cloud-video-transcoder+FILLER": "0.0.0",
778-
"google-cloud-video-transcoder-v1": "1.1.0",
778+
"google-cloud-video-transcoder-v1": "1.2.0",
779779
"google-cloud-video-transcoder-v1+FILLER": "0.0.0",
780780
"google-cloud-video_intelligence": "3.6.0",
781781
"google-cloud-video_intelligence+FILLER": "0.0.0",

google-cloud-video-transcoder-v1/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
### 1.2.0 (2025-01-29)
4+
5+
#### Features
6+
7+
* Update Ruby version requirement to 3.0
8+
#### Documentation
9+
10+
* Clarify behavior of protobuf message fields that are part of mutually-exclusive sets
11+
* Include note about validating externally-provided credentials
12+
313
### 1.1.0 (2024-12-10)
414

515
#### Features

google-cloud-video-transcoder-v1/lib/google/cloud/video/transcoder/v1/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module Cloud
2222
module Video
2323
module Transcoder
2424
module V1
25-
VERSION = "1.1.0"
25+
VERSION = "1.2.0"
2626
end
2727
end
2828
end

google-cloud-video-transcoder-v1/snippets/snippet_metadata_google.cloud.video.transcoder.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"client_library": {
33
"name": "google-cloud-video-transcoder-v1",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"language": "RUBY",
66
"apis": [
77
{

0 commit comments

Comments
 (0)