Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
chore(main): release 0.7.0 (#162)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Jul 18, 2022
1 parent 5c27cb7 commit edc7002
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.7.0](https://github.com/googleapis/python-data-qna/compare/v0.6.3...v0.7.0) (2022-07-15)


### Features

* add audience parameter ([5c27cb7](https://github.com/googleapis/python-data-qna/commit/5c27cb773d346a5d999b8b098e361c9c01df0d91))


### Bug Fixes

* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#159](https://github.com/googleapis/python-data-qna/issues/159)) ([5c27cb7](https://github.com/googleapis/python-data-qna/commit/5c27cb773d346a5d999b8b098e361c9c01df0d91))
* require python 3.7+ ([#161](https://github.com/googleapis/python-data-qna/issues/161)) ([99cb9cc](https://github.com/googleapis/python-data-qna/commit/99cb9cc5a4388c5c2279fd8766f28a24c6cc38f1))

## [0.6.3](https://github.com/googleapis/python-data-qna/compare/v0.6.2...v0.6.3) (2022-06-03)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import setuptools # type: ignore

version = "0.6.3"
version = "0.7.0"

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

Expand Down

0 comments on commit edc7002

Please sign in to comment.