diff --git a/CHANGELOG.md b/CHANGELOG.md index 7543e968..40c05687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.7.1](https://github.com/googleapis/python-recommendations-ai/compare/v0.7.0...v0.7.1) (2022-08-11) + + +### Bug Fixes + +* **deps:** allow protobuf < 5.0.0 ([#170](https://github.com/googleapis/python-recommendations-ai/issues/170)) ([97d5284](https://github.com/googleapis/python-recommendations-ai/commit/97d52849e30a8539c0f26629c9de2eb16d270a58)) +* **deps:** require proto-plus >= 1.22.0 ([97d5284](https://github.com/googleapis/python-recommendations-ai/commit/97d52849e30a8539c0f26629c9de2eb16d270a58)) + ## [0.7.0](https://github.com/googleapis/python-recommendations-ai/compare/v0.6.2...v0.7.0) (2022-07-13) diff --git a/setup.py b/setup.py index 2372d61f..389ee810 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "0.7.0" +version = "0.7.1" package_root = os.path.abspath(os.path.dirname(__file__))