Skip to content

Commit 7e17398

Browse files
chore(main): release 0.8.0 (#183)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent e5ebb1b commit 7e17398

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/google-cloud-data-qna/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.8.0](https://github.com/googleapis/python-data-qna/compare/v0.7.1...v0.8.0) (2022-09-19)
4+
5+
6+
### Features
7+
8+
* Add support for REST transport ([a1dea02](https://github.com/googleapis/python-data-qna/commit/a1dea02238950fa36cfdc0bd51cab11323f3c983))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** require google-api-core>=1.33.1,>=2.8.0 ([a1dea02](https://github.com/googleapis/python-data-qna/commit/a1dea02238950fa36cfdc0bd51cab11323f3c983))
14+
* **deps:** require protobuf >= 3.20.1 ([a1dea02](https://github.com/googleapis/python-data-qna/commit/a1dea02238950fa36cfdc0bd51cab11323f3c983))
15+
316
## [0.7.1](https://github.com/googleapis/python-data-qna/compare/v0.7.0...v0.7.1) (2022-08-11)
417

518

packages/google-cloud-data-qna/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
import setuptools # type: ignore
2222

23-
version = "0.7.1"
23+
version = "0.8.0"
2424

2525
package_root = os.path.abspath(os.path.dirname(__file__))
2626

0 commit comments

Comments
 (0)