diff --git a/CHANGELOG.md b/CHANGELOG.md index e02bd2f4..1ec31d38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-container/#history +### [1.0.2](https://github.com/googleapis/python-container/compare/v1.0.1...v1.0.2) (2022-03-31) + + +### Bug Fixes + +* **deps:** require google-api-core >= 1.31.5, >= 2.3.2 on v1 release ([#208](https://github.com/googleapis/python-container/issues/208)) ([ee7d172](https://github.com/googleapis/python-container/commit/ee7d172d716f6033394ad7f8614b26b8c37e8231)) + ### [1.0.1](https://www.github.com/googleapis/python-container/compare/v1.0.0...v1.0.1) (2020-06-16) diff --git a/setup.py b/setup.py index cdcd6fa6..730683d1 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-container" description = "Google Container Engine API client library" -version = "1.0.1" +version = "1.0.2" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'