Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
chore: release 1.1.0 (#89)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
release-please[bot] and parthea committed Oct 11, 2021
1 parent ef523cf commit 1a3f21a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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"
Expand Down

0 comments on commit 1a3f21a

Please sign in to comment.