diff --git a/CHANGELOG.md b/CHANGELOG.md index 072c079..0c21611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-websecurityscanner/#history +## [1.6.0](https://www.github.com/googleapis/python-websecurityscanner/compare/v1.5.0...v1.6.0) (2021-10-14) + + +### Features + +* add support for python 3.10 ([#118](https://www.github.com/googleapis/python-websecurityscanner/issues/118)) ([23479b8](https://www.github.com/googleapis/python-websecurityscanner/commit/23479b8df283251d582b752b61d215afe3502db1)) + ## [1.5.0](https://www.github.com/googleapis/python-websecurityscanner/compare/v1.4.3...v1.5.0) (2021-10-07) diff --git a/setup.py b/setup.py index 54cd80f..9881bfa 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-websecurityscanner" description = ("Google Cloud Web Security Scanner API client library",) -version = "1.5.0" +version = "1.6.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'