From fffd815f1ea42266cdf803509831381f45dbcb1a Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 10:35:47 -0600 Subject: [PATCH] chore: release 1.1.0 (#89) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou --- packages/google-cloud-gke-hub/CHANGELOG.md | 12 ++++++++++++ packages/google-cloud-gke-hub/setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/google-cloud-gke-hub/CHANGELOG.md b/packages/google-cloud-gke-hub/CHANGELOG.md index 8bcf6ee6c42d..0b999f7d2fd8 100644 --- a/packages/google-cloud-gke-hub/CHANGELOG.md +++ b/packages/google-cloud-gke-hub/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.0](https://www.github.com/googleapis/python-gke-hub/compare/v1.0.0...v1.1.0) (2021-10-08) + + +### Features + +* add context manager support in client ([#87](https://www.github.com/googleapis/python-gke-hub/issues/87)) ([e32a6f6](https://www.github.com/googleapis/python-gke-hub/commit/e32a6f677368bd0637267aea058b344325ddb678)) + + +### Bug Fixes + +* improper types in pagers generation ([80c87ba](https://www.github.com/googleapis/python-gke-hub/commit/80c87baf1ce13e9c4377a2fb5d59f0776580758e)) + ## [1.0.0](https://www.github.com/googleapis/python-gke-hub/compare/v0.2.2...v1.0.0) (2021-09-29) diff --git a/packages/google-cloud-gke-hub/setup.py b/packages/google-cloud-gke-hub/setup.py index b5d2a66b2417..05bfc2147ebc 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.0.0" +version = "1.1.0" description = "GKE Hub API client library" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-gke-hub"