diff --git a/CHANGELOG.md b/CHANGELOG.md index 415bb39..2ee8ba5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://www.github.com/googleapis/python-managed-identities/compare/v1.2.0...v1.3.0) (2021-10-21) + + +### Features + +* add support for python 3.10 ([#82](https://www.github.com/googleapis/python-managed-identities/issues/82)) ([c17da66](https://www.github.com/googleapis/python-managed-identities/commit/c17da66423d67daca0166289f033dfecba09a5bf)) + ## [1.2.0](https://www.github.com/googleapis/python-managed-identities/compare/v1.1.3...v1.2.0) (2021-10-08) diff --git a/setup.py b/setup.py index 4c1c174..0d0cd8d 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore name = "google-cloud-managed-identities" -version = "1.2.0" +version = "1.3.0" description = "Managed Service for Microsoft Active Directory API client library" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-managed-identities"