Skip to content

Commit 8341987

Browse files
chore(main): release google-cloud-translate-v3 1.2.0 (#27595)
1 parent 76b3406 commit 8341987

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
@@ -755,7 +755,7 @@
755755
"google-cloud-translate+FILLER": "0.0.0",
756756
"google-cloud-translate-v2": "1.0.0",
757757
"google-cloud-translate-v2+FILLER": "0.0.0",
758-
"google-cloud-translate-v3": "1.1.1",
758+
"google-cloud-translate-v3": "1.2.0",
759759
"google-cloud-translate-v3+FILLER": "0.0.0",
760760
"google-cloud-video-live_stream": "1.2.1",
761761
"google-cloud-video-live_stream+FILLER": "0.0.0",

google-cloud-translate-v3/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+
### 1.2.0 (2024-11-11)
4+
5+
#### Features
6+
7+
* Adds Contextual Glossary support for Translation and AdaptiveMt ([#27582](https://github.com/googleapis/google-cloud-ruby/issues/27582))
8+
39
### 1.1.1 (2024-08-30)
410

511
#### Documentation

google-cloud-translate-v3/lib/google/cloud/translate/v3/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 Translate
2323
module V3
24-
VERSION = "1.1.1"
24+
VERSION = "1.2.0"
2525
end
2626
end
2727
end

google-cloud-translate-v3/snippets/snippet_metadata_google.cloud.translation.v3.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-translate-v3",
4-
"version": "1.1.1",
4+
"version": "1.2.0",
55
"language": "RUBY",
66
"apis": [
77
{

0 commit comments

Comments
 (0)