diff --git a/CHANGELOG.md b/CHANGELOG.md index ededcba5..67388463 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +### [1.0.2](https://www.github.com/googleapis/python-service-directory/compare/v1.0.1...v1.0.2) (2021-07-28) + + +### Bug Fixes + +* enable self signed jwt for grpc ([#101](https://www.github.com/googleapis/python-service-directory/issues/101)) ([b81c721](https://www.github.com/googleapis/python-service-directory/commit/b81c721ccebd363b078f4c6acbe6deef6a70ff7e)) + + +### Documentation + +* add Samples section to CONTRIBUTING.rst ([#97](https://www.github.com/googleapis/python-service-directory/issues/97)) ([195861c](https://www.github.com/googleapis/python-service-directory/commit/195861c821be6a3ba853074d07a609ef67a48bcf)) + + +### Miscellaneous Chores + +* release as 1.0.2 ([#102](https://www.github.com/googleapis/python-service-directory/issues/102)) ([47caf13](https://www.github.com/googleapis/python-service-directory/commit/47caf1346029bc6d017a1498f3a9b97e396ef667)) + ### [1.0.1](https://www.github.com/googleapis/python-service-directory/compare/v1.0.0...v1.0.1) (2021-07-20) diff --git a/setup.py b/setup.py index 0aa65d7e..14918d14 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "1.0.1" +version = "1.0.2" package_root = os.path.abspath(os.path.dirname(__file__))