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

Commit

Permalink
chore(main): release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Feb 11, 2022
1 parent 46eae4f commit 50e1763
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.3.0](https://github.com/googleapis/python-gke-hub/compare/v1.2.0...v1.3.0) (2022-02-11)


### Features

* add `kubernetes_resource` field ([#107](https://github.com/googleapis/python-gke-hub/issues/107)) ([a887e18](https://github.com/googleapis/python-gke-hub/commit/a887e1897ef34f0bb701b4ad9ecd9559f523648a))
* add api key support ([#110](https://github.com/googleapis/python-gke-hub/issues/110)) ([e2f7a2c](https://github.com/googleapis/python-gke-hub/commit/e2f7a2ca422d9f14964eff8794ee000c4a1efaee))


### Bug Fixes

* resolve DuplicateCredentialArgs error when using credentials_file ([2e4c08f](https://github.com/googleapis/python-gke-hub/commit/2e4c08f3fc9b6217b24f380cc5cc4a4bf2fb3e60))


### Documentation

* update API annotation ([a887e18](https://github.com/googleapis/python-gke-hub/commit/a887e1897ef34f0bb701b4ad9ecd9559f523648a))

## [1.2.0](https://www.github.com/googleapis/python-gke-hub/compare/v1.1.0...v1.2.0) (2021-10-14)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import setuptools # type: ignore

name = "google-cloud-gke-hub"
version = "1.2.0"
version = "1.3.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 50e1763

Please sign in to comment.