We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3751385 commit f052d8cCopy full SHA for f052d8c
2 files changed
google-cloud-language/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Release History
2
3
+### 0.35.0 / 2019-10-29
4
+
5
+This release require Ruby 2.4 or later.
6
7
+#### Documentation
8
9
+* Clarify which Google Cloud Platform products support auto-discovered credentials
10
11
### 0.34.0 / 2019-10-03
12
13
#### Features
google-cloud-language/lib/google/cloud/language/version.rb
@@ -16,7 +16,7 @@
16
module Google
17
module Cloud
18
module Language
19
- VERSION = "0.34.0".freeze
+ VERSION = "0.35.0".freeze
20
end
21
22
0 commit comments