diff --git a/CHANGELOG.md b/CHANGELOG.md index 89d7fbd1..ce9e2304 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ [1]: https://pypi.org/project/google-cloud-videointelligence/#history +## [2.2.0](https://www.github.com/googleapis/python-videointelligence/compare/v2.1.0...v2.2.0) (2021-05-21) + + +### Features + +* support self-signed JWT flow for service accounts ([50da518](https://www.github.com/googleapis/python-videointelligence/commit/50da51820e11cb446a2803eff5895c2eba878adb)) + + +### Bug Fixes + +* add async client to %name_%version/init.py ([50da518](https://www.github.com/googleapis/python-videointelligence/commit/50da51820e11cb446a2803eff5895c2eba878adb)) + ## [2.1.0](https://www.github.com/googleapis/python-videointelligence/compare/v2.0.0...v2.1.0) (2021-03-31) diff --git a/setup.py b/setup.py index 7ef9d2e5..22cf216a 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.1.0" +version = "2.2.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'