diff --git a/CHANGELOG.md b/CHANGELOG.md index 775891f..7e3677c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.1.2](https://www.github.com/googleapis/python-managed-identities/compare/v1.1.1...v1.1.2) (2021-09-24) + + +### Bug Fixes + +* add 'dict' annotation type to 'request' ([9da978a](https://www.github.com/googleapis/python-managed-identities/commit/9da978af7a5e95cbc6edae861978ed492797a0c9)) + ### [1.1.1](https://www.github.com/googleapis/python-managed-identities/compare/v1.1.0...v1.1.1) (2021-07-26) diff --git a/setup.py b/setup.py index 2ce4335..c60f789 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore name = "google-cloud-managed-identities" -version = "1.1.1" +version = "1.1.2" 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"