From 1582b1c8442ef99aef39277db8706198e9d2bea3 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 13:36:30 -0600 Subject: [PATCH] chore: release 1.2.0 (#68) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eeef1f..ccc5e3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://www.github.com/googleapis/python-policy-troubleshooter/compare/v1.1.3...v1.2.0) (2021-10-08) + + +### Features + +* add context manager support in client ([#67](https://www.github.com/googleapis/python-policy-troubleshooter/issues/67)) ([b439623](https://www.github.com/googleapis/python-policy-troubleshooter/commit/b439623760bc9f84ce8472f38c3db32439f01bf9)) + ### [1.1.3](https://www.github.com/googleapis/python-policy-troubleshooter/compare/v1.1.2...v1.1.3) (2021-09-24) diff --git a/setup.py b/setup.py index e74413c..24fbfe0 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore name = "google-cloud-policy-troubleshooter" -version = "1.1.3" +version = "1.2.0" description = "IAM Policy Troubleshooter API client library" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-policy-troubleshooter"