Skip to content

Commit c2f7a02

Browse files
chore(main): release google-cloud-translate 3.7.4
1 parent 92c4099 commit c2f7a02

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@
837837
"google-cloud-trace-v1+FILLER": "0.0.0",
838838
"google-cloud-trace-v2": "1.4.1",
839839
"google-cloud-trace-v2+FILLER": "0.0.0",
840-
"google-cloud-translate": "3.7.3",
840+
"google-cloud-translate": "3.7.4",
841841
"google-cloud-translate+FILLER": "0.0.0",
842842
"google-cloud-translate-v2": "1.1.0",
843843
"google-cloud-translate-v2+FILLER": "0.0.0",

google-cloud-translate/CHANGELOG.md

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

3+
### 3.7.4 (2025-11-03)
4+
5+
#### Documentation
6+
7+
* add warning about loading unvalidated credentials ([#32121](https://github.com/googleapis/google-cloud-ruby/issues/32121))
8+
39
### 3.7.3 (2025-09-12)
410

511
#### Documentation

google-cloud-translate/lib/google/cloud/translate/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
module Google
2121
module Cloud
2222
module Translate
23-
VERSION = "3.7.3"
23+
VERSION = "3.7.4"
2424
end
2525
end
2626
end

0 commit comments

Comments
 (0)