Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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__))

Expand Down

0 comments on commit 79496c9

Please sign in to comment.