diff --git a/CHANGELOG.md b/CHANGELOG.md index 42e6826..ebd6900 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.2.2](https://www.github.com/googleapis/python-gke-hub/compare/v0.2.1...v0.2.2) (2021-09-24) + + +### Bug Fixes + +* add 'dict' annotation type to 'request' ([7b07616](https://www.github.com/googleapis/python-gke-hub/commit/7b07616c8da7dc504a917634c3749c03e3445148)) + ### [0.2.1](https://www.github.com/googleapis/python-gke-hub/compare/v0.2.0...v0.2.1) (2021-08-20) diff --git a/setup.py b/setup.py index e3b8a6e..2582f4b 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore name = "google-cloud-gke-hub" -version = "0.2.1" +version = "0.2.2" description = "GKE Hub API client library" release_status = "Development Status :: 4 - Beta" url = "https://github.com/googleapis/python-gke-hub"