diff --git a/CHANGELOG.md b/CHANGELOG.md index 40c05687..be3f52f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.8.0](https://github.com/googleapis/python-recommendations-ai/compare/v0.7.1...v0.8.0) (2022-09-16) + + +### Features + +* Add support for REST transport ([#184](https://github.com/googleapis/python-recommendations-ai/issues/184)) ([db5cec0](https://github.com/googleapis/python-recommendations-ai/commit/db5cec03eb40b6b8b752927f7bcad2b21f2ace73)) + + +### Bug Fixes + +* **deps:** require google-api-core>=1.33.1,>=2.8.0 ([db5cec0](https://github.com/googleapis/python-recommendations-ai/commit/db5cec03eb40b6b8b752927f7bcad2b21f2ace73)) +* **deps:** require protobuf >= 3.20.1 ([db5cec0](https://github.com/googleapis/python-recommendations-ai/commit/db5cec03eb40b6b8b752927f7bcad2b21f2ace73)) + ## [0.7.1](https://github.com/googleapis/python-recommendations-ai/compare/v0.7.0...v0.7.1) (2022-08-11) diff --git a/setup.py b/setup.py index ee7fb059..0bdf2856 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "0.7.1" +version = "0.8.0" package_root = os.path.abspath(os.path.dirname(__file__))