We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 125f9eb commit 3b181d2Copy full SHA for 3b181d2
videointelligence/CHANGELOG.md
@@ -4,6 +4,16 @@
4
5
[1]: https://pypi.org/project/google-cloud-videointelligence/#history
6
7
+## 1.2.0
8
+
9
+### New Features
10
11
+- Add v1p1beta1 version of videointelligence (#5165)
12
13
+### Internal / Testing Changes
14
15
+- Fix v1p1beta1 unit tests (#5064)
16
17
## 1.1.0
18
19
### Interface additions
videointelligence/setup.py
@@ -22,7 +22,7 @@
22
23
name = 'google-cloud-videointelligence'
24
description = 'Google Cloud Video Intelligence API client library'
25
-version = '1.1.0'
+version = '1.2.0'
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments