diff --git a/CHANGELOG.md b/CHANGELOG.md index d6e3bec..90e7443 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-resource-manager/#history +### [1.0.1](https://www.github.com/googleapis/python-resource-manager/compare/v1.0.0...v1.0.1) (2021-07-20) + + +### Bug Fixes + +* **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#84](https://www.github.com/googleapis/python-resource-manager/issues/84)) ([92c3ec8](https://www.github.com/googleapis/python-resource-manager/commit/92c3ec8ef175430daf18657a212638c56a382c2b)) + ## [1.0.0](https://www.github.com/googleapis/python-resource-manager/compare/v0.30.3...v1.0.0) (2021-07-18) diff --git a/setup.py b/setup.py index eea6a80..6f91649 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ # Package metadata. name = "google-cloud-resource-manager" description = "Google Cloud Resource Manager API client library" -version = "1.0.0" +version = "1.0.1" release_status = "Development Status :: 4 - Beta" url = "https://github.com/googleapis/python-resource-manager" dependencies = [