diff --git a/CHANGELOG.md b/CHANGELOG.md index 222ed8f..6f72dd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://www.github.com/googleapis/python-debugger-client/compare/v1.1.0...v1.2.0) (2021-10-14) + + +### Features + +* add support for python 3.10 ([#41](https://www.github.com/googleapis/python-debugger-client/issues/41)) ([a11ecac](https://www.github.com/googleapis/python-debugger-client/commit/a11ecacecab3f313cdda5128c3b6a1e117c694ab)) + ## [1.1.0](https://www.github.com/googleapis/python-debugger-client/compare/v1.0.2...v1.1.0) (2021-10-08) diff --git a/setup.py b/setup.py index 7a4f9aa..53f86ab 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-debugger-client" description = "Cloud Debugger API client library" -version = "1.1.0" +version = "1.2.0" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-debugger-client" dependencies = [ @@ -69,6 +69,8 @@ "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Operating System :: OS Independent", "Topic :: Internet", ],