diff --git a/CHANGELOG.md b/CHANGELOG.md index cc51faa..0aea276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-resource-manager/#history +## [1.6.2](https://github.com/googleapis/python-resource-manager/compare/v1.6.1...v1.6.2) (2022-09-29) + + +### Bug Fixes + +* **deps:** Require protobuf >= 3.20.2 ([#237](https://github.com/googleapis/python-resource-manager/issues/237)) ([d5c6d4b](https://github.com/googleapis/python-resource-manager/commit/d5c6d4bc320446b2cbbb7ce99c3ae477cd83a02a)) + ## [1.6.1](https://github.com/googleapis/python-resource-manager/compare/v1.6.0...v1.6.1) (2022-08-11) diff --git a/setup.py b/setup.py index fb7ce81..34b8482 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ # Package metadata. name = "google-cloud-resource-manager" description = "Google Cloud Resource Manager API client library" -version = "1.6.1" +version = "1.6.2" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-resource-manager" dependencies = [