From 9f093513c692bd622ffc2533ff05c21eabcef503 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 19:11:49 +0000 Subject: [PATCH] chore(main): release 0.8.0 --- CHANGELOG.md | 13 +++++++++++++ setup.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bd683f..d143fb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.8.0](https://github.com/googleapis/python-data-qna/compare/v0.7.1...v0.8.0) (2022-09-19) + + +### Features + +* Add support for REST transport ([a1dea02](https://github.com/googleapis/python-data-qna/commit/a1dea02238950fa36cfdc0bd51cab11323f3c983)) + + +### Bug Fixes + +* **deps:** require google-api-core>=1.33.1,>=2.8.0 ([a1dea02](https://github.com/googleapis/python-data-qna/commit/a1dea02238950fa36cfdc0bd51cab11323f3c983)) +* **deps:** require protobuf >= 3.20.1 ([a1dea02](https://github.com/googleapis/python-data-qna/commit/a1dea02238950fa36cfdc0bd51cab11323f3c983)) + ## [0.7.1](https://github.com/googleapis/python-data-qna/compare/v0.7.0...v0.7.1) (2022-08-11) diff --git a/setup.py b/setup.py index fe7d9ce..5dca05c 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore -version = "0.7.1" +version = "0.8.0" package_root = os.path.abspath(os.path.dirname(__file__))