From d2eeb30e41f740dac80291f21fb3ef3f990c370a Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 20:27:18 -0400 Subject: [PATCH] chore(main): release 1.5.2 (#206) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- packages/google-cloud-gke-hub/CHANGELOG.md | 7 +++++++ packages/google-cloud-gke-hub/setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/google-cloud-gke-hub/CHANGELOG.md b/packages/google-cloud-gke-hub/CHANGELOG.md index f3eb59249d31..bfd7b1a47a00 100644 --- a/packages/google-cloud-gke-hub/CHANGELOG.md +++ b/packages/google-cloud-gke-hub/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.2](https://github.com/googleapis/python-gke-hub/compare/v1.5.1...v1.5.2) (2022-10-03) + + +### Bug Fixes + +* **deps:** Require protobuf >= 3.20.2 ([#205](https://github.com/googleapis/python-gke-hub/issues/205)) ([ba79e11](https://github.com/googleapis/python-gke-hub/commit/ba79e115b337f3f1ad94c4f71e7447f4689179cc)) + ## [1.5.1](https://github.com/googleapis/python-gke-hub/compare/v1.5.0...v1.5.1) (2022-08-16) diff --git a/packages/google-cloud-gke-hub/setup.py b/packages/google-cloud-gke-hub/setup.py index 4bebaeff92cf..4ac2642bc9be 100644 --- a/packages/google-cloud-gke-hub/setup.py +++ b/packages/google-cloud-gke-hub/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore name = "google-cloud-gke-hub" -version = "1.5.1" +version = "1.5.2" description = "GKE Hub API client library" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-gke-hub"