From da19f91b57e16df6e95af2dae029a36121383d26 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 17:17:05 -0500 Subject: [PATCH] chore(main): release 0.6.0 (#117) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- packages/google-area120-tables/CHANGELOG.md | 17 +++++++++++++++++ packages/google-area120-tables/setup.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/packages/google-area120-tables/CHANGELOG.md b/packages/google-area120-tables/CHANGELOG.md index c39e4a5d583e..0c83c87cdcd5 100644 --- a/packages/google-area120-tables/CHANGELOG.md +++ b/packages/google-area120-tables/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.6.0](https://github.com/googleapis/python-area120-tables/compare/v0.5.1...v0.6.0) (2022-02-26) + + +### Features + +* add api key support ([#116](https://github.com/googleapis/python-area120-tables/issues/116)) ([48c0ead](https://github.com/googleapis/python-area120-tables/commit/48c0ead49612fc58ea39ed55745abd73a83f3732)) + + +### Bug Fixes + +* resolve DuplicateCredentialArgs error when using credentials_file ([6474a00](https://github.com/googleapis/python-area120-tables/commit/6474a00180d134ab4c2d1d0a2328531758ae140d)) + + +### Documentation + +* add autogenerated code snippets ([ae17805](https://github.com/googleapis/python-area120-tables/commit/ae17805b6ea2307947129caba2185ade52a5e74c)) + ### [0.5.1](https://www.github.com/googleapis/python-area120-tables/compare/v0.5.0...v0.5.1) (2021-11-01) diff --git a/packages/google-area120-tables/setup.py b/packages/google-area120-tables/setup.py index 4756d98d2c8b..9419b5096b9d 100644 --- a/packages/google-area120-tables/setup.py +++ b/packages/google-area120-tables/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "0.5.1" +version = "0.6.0" package_root = os.path.abspath(os.path.dirname(__file__))