diff --git a/CHANGELOG.md b/CHANGELOG.md index 30624be4..63832dc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ [1]: https://pypi.org/project/google-cloud-videointelligence/#history +## [2.3.0](https://www.github.com/googleapis/python-videointelligence/compare/v2.2.0...v2.3.0) (2021-07-12) + + +### Features + +* add always_use_jwt_access ([#173](https://www.github.com/googleapis/python-videointelligence/issues/173)) ([3c7fbb0](https://www.github.com/googleapis/python-videointelligence/commit/3c7fbb00a6bddd239d3fdb3a75a485db3dfe041e)) + + +### Documentation + +* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-videointelligence/issues/1127)) ([#163](https://www.github.com/googleapis/python-videointelligence/issues/163)) ([09b0a33](https://www.github.com/googleapis/python-videointelligence/commit/09b0a338c8de99dc547c5dc5e15b42d14210ba18)), closes [#1126](https://www.github.com/googleapis/python-videointelligence/issues/1126) + ## [2.2.0](https://www.github.com/googleapis/python-videointelligence/compare/v2.1.0...v2.2.0) (2021-05-28) diff --git a/setup.py b/setup.py index 9d36200f..e58e4660 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-videointelligence" description = "Google Cloud Video Intelligence API client library" -version = "2.2.0" +version = "2.3.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'