diff --git a/CHANGELOG.md b/CHANGELOG.md index ed4686c..ae3892a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.0.3](https://www.github.com/googleapis/python-service-management/compare/v1.0.2...v1.0.3) (2021-09-24) + + +### Bug Fixes + +* add 'dict' annotation type to 'request' ([7547e3a](https://www.github.com/googleapis/python-service-management/commit/7547e3a53a6a437e56cbc832d62aecc627cb4cd6)) + ### [1.0.2](https://www.github.com/googleapis/python-service-management/compare/v1.0.1...v1.0.2) (2021-07-28) diff --git a/setup.py b/setup.py index ddb1317..df986a3 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore name = "google-cloud-service-management" -version = "1.0.2" +version = "1.0.3" description = "Service Management API" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-service-management"