diff --git a/CHANGELOG.md b/CHANGELOG.md index ccc5e3f..1700117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://www.github.com/googleapis/python-policy-troubleshooter/compare/v1.2.0...v1.3.0) (2021-10-18) + + +### Features + +* add support for python 3.10 ([#71](https://www.github.com/googleapis/python-policy-troubleshooter/issues/71)) ([f3bda41](https://www.github.com/googleapis/python-policy-troubleshooter/commit/f3bda41de6c47ca3f7498a7497b1d8d0fdb9db61)) + ## [1.2.0](https://www.github.com/googleapis/python-policy-troubleshooter/compare/v1.1.3...v1.2.0) (2021-10-08) diff --git a/setup.py b/setup.py index 30310c6..8d8c11f 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore name = "google-cloud-policy-troubleshooter" -version = "1.2.0" +version = "1.3.0" description = "IAM Policy Troubleshooter API client library" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-policy-troubleshooter"