Skip to content

Commit

Permalink
chore: release 0.3.2 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jul 27, 2021
1 parent 4d87f0a commit fca1c87
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/google-cloud-data-qna/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

### [0.3.2](https://www.github.com/googleapis/python-data-qna/compare/v0.3.1...v0.3.2) (2021-07-27)


### Bug Fixes

* enable self signed jwt for grpc ([#71](https://www.github.com/googleapis/python-data-qna/issues/71)) ([9d23b1a](https://www.github.com/googleapis/python-data-qna/commit/9d23b1a914a86572151116a0eb0571189e37e925))


### Documentation

* add Samples section to CONTRIBUTING.rst ([#67](https://www.github.com/googleapis/python-data-qna/issues/67)) ([543ad2a](https://www.github.com/googleapis/python-data-qna/commit/543ad2ab0057d710f4e9c1a5b4f08b4985422316))


### Miscellaneous Chores

* release as 0.3.2 ([#72](https://www.github.com/googleapis/python-data-qna/issues/72)) ([8606b7b](https://www.github.com/googleapis/python-data-qna/commit/8606b7b3cd3cb311d9687c7d38211bb9ee07ab97))

### [0.3.1](https://www.github.com/googleapis/python-data-qna/compare/v0.3.0...v0.3.1) (2021-07-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-data-qna/setup.py
Original file line number Diff line number Diff line change
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 fca1c87

Please sign in to comment.