diff --git a/CHANGELOG.md b/CHANGELOG.md index be3f52f0..dda00145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.1](https://github.com/googleapis/python-recommendations-ai/compare/v0.8.0...v0.8.1) (2022-09-30) + + +### Bug Fixes + +* **deps:** Require protobuf >= 3.20.2 ([#191](https://github.com/googleapis/python-recommendations-ai/issues/191)) ([73c3918](https://github.com/googleapis/python-recommendations-ai/commit/73c39183fcfa0ac29a1e4d90badf881d89600539)) + ## [0.8.0](https://github.com/googleapis/python-recommendations-ai/compare/v0.7.1...v0.8.0) (2022-09-16) diff --git a/setup.py b/setup.py index ab1c3240..fab06e98 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "0.8.0" +version = "0.8.1" package_root = os.path.abspath(os.path.dirname(__file__))