From cf622ac624e13f279d0caf0390a2f4c0c3944562 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 11:28:07 +0000 Subject: [PATCH] chore: release 1.1.0 (#36) :robot: I have created a release \*beep\* \*boop\* --- ## [1.1.0](https://www.github.com/googleapis/python-policy-troubleshooter/compare/v1.0.0...v1.1.0) (2021-07-14) ### Features * add always_use_jwt_access ([#35](https://www.github.com/googleapis/python-policy-troubleshooter/issues/35)) ([0c3e8f7](https://www.github.com/googleapis/python-policy-troubleshooter/commit/0c3e8f7d4554e3d3f515cd6f92c7538482fe6155)) ### Bug Fixes * disable always_use_jwt_access ([f4f810d](https://www.github.com/googleapis/python-policy-troubleshooter/commit/f4f810ddc58b4ebe076457d6d1ba75d023fce572)) * disable always_use_jwt_access ([#39](https://www.github.com/googleapis/python-policy-troubleshooter/issues/39)) ([f4f810d](https://www.github.com/googleapis/python-policy-troubleshooter/commit/f4f810ddc58b4ebe076457d6d1ba75d023fce572)) ### Documentation * omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-policy-troubleshooter/issues/1127)) ([#30](https://www.github.com/googleapis/python-policy-troubleshooter/issues/30)) ([da0adc2](https://www.github.com/googleapis/python-policy-troubleshooter/commit/da0adc2d0c05be77f06f21e0f34a0d35705832b2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 18 ++++++++++++++++++ setup.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bbdc46..c0ff4c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.1.0](https://www.github.com/googleapis/python-policy-troubleshooter/compare/v1.0.0...v1.1.0) (2021-07-14) + + +### Features + +* add always_use_jwt_access ([#35](https://www.github.com/googleapis/python-policy-troubleshooter/issues/35)) ([0c3e8f7](https://www.github.com/googleapis/python-policy-troubleshooter/commit/0c3e8f7d4554e3d3f515cd6f92c7538482fe6155)) + + +### Bug Fixes + +* disable always_use_jwt_access ([f4f810d](https://www.github.com/googleapis/python-policy-troubleshooter/commit/f4f810ddc58b4ebe076457d6d1ba75d023fce572)) +* disable always_use_jwt_access ([#39](https://www.github.com/googleapis/python-policy-troubleshooter/issues/39)) ([f4f810d](https://www.github.com/googleapis/python-policy-troubleshooter/commit/f4f810ddc58b4ebe076457d6d1ba75d023fce572)) + + +### Documentation + +* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-policy-troubleshooter/issues/1127)) ([#30](https://www.github.com/googleapis/python-policy-troubleshooter/issues/30)) ([da0adc2](https://www.github.com/googleapis/python-policy-troubleshooter/commit/da0adc2d0c05be77f06f21e0f34a0d35705832b2)) + ## [1.0.0](https://www.github.com/googleapis/python-policy-troubleshooter/compare/v0.2.0...v1.0.0) (2021-06-02) diff --git a/setup.py b/setup.py index 82b78e2..20cfaed 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore name = "google-cloud-policy-troubleshooter" -version = "1.0.0" +version = "1.1.0" description = "IAM Policy Troubleshooter API client library" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-policy-troubleshooter"