diff --git a/CHANGELOG.md b/CHANGELOG.md index 89d7fbd1..30624be4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ [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-28) + + +### 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)) +* **deps:** add packaging requirement ([#154](https://www.github.com/googleapis/python-videointelligence/issues/154)) ([26214ed](https://www.github.com/googleapis/python-videointelligence/commit/26214ed1603599bd3034c615f73224bc4fc5f42d)) + ## [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 ec122328..24671133 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'