diff --git a/CHANGELOG.md b/CHANGELOG.md index 785958ad..36e48b98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ [1]: https://pypi.org/project/google-cloud-videointelligence/#history +## 1.8.0 + +03-06-2019 12:20 PST + +### New Features +- Add videointelligence v1p3beta1 (Streaming API Support). ([#7490](https://github.com/googleapis/google-cloud-python/pull/7490)) + +### Internal / Testing Changes +- Copy lintified proto files (via synth). ([#7472](https://github.com/googleapis/google-cloud-python/pull/7472)) + ## 1.7.0 02-25-2019 12:25 PST diff --git a/setup.py b/setup.py index c5aaa0dd..37cb7b00 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-videointelligence' description = 'Google Cloud Video Intelligence API client library' -version = '1.7.0' +version = '1.8.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'