Skip to content

Commit 2670092

Browse files
chore(main): release google-cloud-vpc_access-v1 1.2.0 (#28491)
1 parent 3dd444a commit 2670092

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
@@ -811,7 +811,7 @@
811811
"google-cloud-vmware_engine-v1+FILLER": "0.0.0",
812812
"google-cloud-vpc_access": "1.5.0",
813813
"google-cloud-vpc_access+FILLER": "0.0.0",
814-
"google-cloud-vpc_access-v1": "1.1.0",
814+
"google-cloud-vpc_access-v1": "1.2.0",
815815
"google-cloud-vpc_access-v1+FILLER": "0.0.0",
816816
"google-cloud-web_risk": "1.7.0",
817817
"google-cloud-web_risk+FILLER": "0.0.0",

google-cloud-vpc_access-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-vpc_access-v1/lib/google/cloud/vpc_access/v1/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module Google
2121
module Cloud
2222
module VpcAccess
2323
module V1
24-
VERSION = "1.1.0"
24+
VERSION = "1.2.0"
2525
end
2626
end
2727
end

google-cloud-vpc_access-v1/snippets/snippet_metadata_google.cloud.vpcaccess.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-vpc_access-v1",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"language": "RUBY",
66
"apis": [
77
{

0 commit comments

Comments
 (0)