From 68545c95625dd1bbb8e9a59f0daeacaba1cd7f33 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 14:06:10 +0000 Subject: [PATCH] chore: release 1.3.0 (#83) :robot: I have created a release \*beep\* \*boop\* --- ## [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)) --- 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 | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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"