From bd5e9561334568bba3e844397cbdd81a3fda122b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 18:21:16 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- CHANGELOG.md | 17 +++++++++++++++++ setup.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d85f95..ff17b86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.2.0](https://github.com/googleapis/python-api-gateway/compare/v1.1.1...v1.2.0) (2022-02-11) + + +### Features + +* add api key support ([#99](https://github.com/googleapis/python-api-gateway/issues/99)) ([72f55a7](https://github.com/googleapis/python-api-gateway/commit/72f55a7285b161de6177e177f917b9ba70bce57d)) + + +### Bug Fixes + +* resolve DuplicateCredentialArgs error when using credentials_file ([dd8ce9f](https://github.com/googleapis/python-api-gateway/commit/dd8ce9f801d4ab8719d1d5a0c0e6c06a2074bdd8)) + + +### Documentation + +* add autogenerated code snippets ([033bbc4](https://github.com/googleapis/python-api-gateway/commit/033bbc4c27b13e369df1b4527558f0a4de54fe80)) + ### [1.1.1](https://www.github.com/googleapis/python-api-gateway/compare/v1.1.0...v1.1.1) (2021-11-01) diff --git a/setup.py b/setup.py index 94f5d93..dd8f274 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore name = "google-cloud-api-gateway" -version = "1.1.1" +version = "1.2.0" description = "API Gateway client library" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-api-gateway"