diff --git a/CHANGELOG.md b/CHANGELOG.md index 90e81949..ededcba5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.0.1](https://www.github.com/googleapis/python-service-directory/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 ([#96](https://www.github.com/googleapis/python-service-directory/issues/96)) ([ec30558](https://www.github.com/googleapis/python-service-directory/commit/ec30558ee8b89b951509e3f7b9cea6f548b69fe6)) + ## [1.0.0](https://www.github.com/googleapis/python-service-directory/compare/v0.5.0...v1.0.0) (2021-06-30) diff --git a/setup.py b/setup.py index a8bb60af..0aa65d7e 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "1.0.0" +version = "1.0.1" package_root = os.path.abspath(os.path.dirname(__file__))