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

### [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)


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

Expand Down

0 comments on commit f843e98

Please sign in to comment.