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
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jul 12, 2022
1 parent 8a7307a commit 901d2f9
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-recommendations-ai/compare/v0.6.2...v0.7.0) (2022-07-12)


### Features

* add audience parameter ([8a7307a](https://github.com/googleapis/python-recommendations-ai/commit/8a7307a5c7bcefdb150724ec04dffa848dbc2956))


### Bug Fixes

* **deps:** require google-api-core >= 2.8.0 ([#161](https://github.com/googleapis/python-recommendations-ai/issues/161)) ([8a7307a](https://github.com/googleapis/python-recommendations-ai/commit/8a7307a5c7bcefdb150724ec04dffa848dbc2956))
* require python 3.7+ ([#163](https://github.com/googleapis/python-recommendations-ai/issues/163)) ([0a1954c](https://github.com/googleapis/python-recommendations-ai/commit/0a1954cc2b8b04ab0b5e1fb6f1e95a18f129d6b7))

## [0.6.2](https://github.com/googleapis/python-recommendations-ai/compare/v0.6.1...v0.6.2) (2022-06-06)


Expand Down
2 changes: 1 addition & 1 deletion 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.6.2"
version = "0.7.0"

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

Expand Down

0 comments on commit 901d2f9

Please sign in to comment.