From 74fd56fb7b62a5628fa35db1f7fb8ab3e550f73f Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 17:27:42 -0400 Subject: [PATCH] chore(main): release 0.6.2 (#154) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1728fdd9..6a6a916d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.6.2](https://github.com/googleapis/python-recommendations-ai/compare/v0.6.1...v0.6.2) (2022-06-06) + + +### Bug Fixes + +* **deps:** require protobuf <4.0.0dev ([#152](https://github.com/googleapis/python-recommendations-ai/issues/152)) ([5368548](https://github.com/googleapis/python-recommendations-ai/commit/53685485b60cca5338a1df7af22c64024cc17167)) + + +### Documentation + +* fix changelog header to consistent size ([#153](https://github.com/googleapis/python-recommendations-ai/issues/153)) ([35a440a](https://github.com/googleapis/python-recommendations-ai/commit/35a440a1606398fc7fae60c28c21df52058e043b)) + ## [0.6.1](https://github.com/googleapis/python-recommendations-ai/compare/v0.6.0...v0.6.1) (2022-03-05) diff --git a/setup.py b/setup.py index 8f787195..de4608a9 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "0.6.1" +version = "0.6.2" package_root = os.path.abspath(os.path.dirname(__file__))