Skip to content

Commit c67367a

Browse files
chore(main): release google-cloud-workflows-v1 2.4.1 (#32076)
1 parent f9fce54 commit c67367a

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@
901901
"google-cloud-workflows-executions-v1+FILLER": "0.0.0",
902902
"google-cloud-workflows-executions-v1beta": "0.12.0",
903903
"google-cloud-workflows-executions-v1beta+FILLER": "0.0.0",
904-
"google-cloud-workflows-v1": "2.4.0",
904+
"google-cloud-workflows-v1": "2.4.1",
905905
"google-cloud-workflows-v1+FILLER": "0.0.0",
906906
"google-cloud-workflows-v1beta": "0.15.1",
907907
"google-cloud-workflows-v1beta+FILLER": "0.0.0",

google-cloud-workflows-v1/CHANGELOG.md

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

3+
### 2.4.1 (2025-10-27)
4+
5+
#### Documentation
6+
7+
* add warning about loading unvalidated credentials
8+
39
### 2.4.0 (2025-10-08)
410

511
#### Features

google-cloud-workflows-v1/lib/google/cloud/workflows/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 Workflows
2323
module V1
24-
VERSION = "2.4.0"
24+
VERSION = "2.4.1"
2525
end
2626
end
2727
end

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

0 commit comments

Comments
 (0)