diff --git a/CHANGELOG.md b/CHANGELOG.md index e17554df..f48eb5f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +### [0.3.2](https://www.github.com/googleapis/python-recommendations-ai/compare/v0.3.1...v0.3.2) (2021-07-28) + + +### Bug Fixes + +* enable self signed jwt for grpc ([#72](https://www.github.com/googleapis/python-recommendations-ai/issues/72)) ([2244581](https://www.github.com/googleapis/python-recommendations-ai/commit/22445819af2b11d8cc1d62d7e7b5265ffd950cdd)) + + +### Documentation + +* add Samples section to CONTRIBUTING.rst ([#68](https://www.github.com/googleapis/python-recommendations-ai/issues/68)) ([190c5b0](https://www.github.com/googleapis/python-recommendations-ai/commit/190c5b04a6d01b006ebb81fe95142a760087c574)) + + +### Miscellaneous Chores + +* release as 0.3.2 ([#73](https://www.github.com/googleapis/python-recommendations-ai/issues/73)) ([67460b7](https://www.github.com/googleapis/python-recommendations-ai/commit/67460b7c78ebbdbc0b3fd45623a8ff325f1bb86e)) + ### [0.3.1](https://www.github.com/googleapis/python-recommendations-ai/compare/v0.3.0...v0.3.1) (2021-07-20) diff --git a/setup.py b/setup.py index 7be5ea00..40a85daa 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "0.3.1" +version = "0.3.2" package_root = os.path.abspath(os.path.dirname(__file__))