diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bb075d..2e913b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ [1]: https://pypi.org/project/google-cloud-websecurityscanner/#history +## [1.8.2](https://github.com/googleapis/python-websecurityscanner/compare/v1.8.1...v1.8.2) (2022-08-11) + + +### Bug Fixes + +* **deps:** allow protobuf < 5.0.0 ([#222](https://github.com/googleapis/python-websecurityscanner/issues/222)) ([b70bb19](https://github.com/googleapis/python-websecurityscanner/commit/b70bb192548068ce79b0fd46edb778fde5b5fdbc)) +* **deps:** require proto-plus >= 1.22.0 ([b70bb19](https://github.com/googleapis/python-websecurityscanner/commit/b70bb192548068ce79b0fd46edb778fde5b5fdbc)) + ## [1.8.1](https://github.com/googleapis/python-websecurityscanner/compare/v1.8.0...v1.8.1) (2022-07-13) diff --git a/setup.py b/setup.py index 7506030..1693420 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-websecurityscanner" description = ("Google Cloud Web Security Scanner API client library",) -version = "1.8.1" +version = "1.8.2" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'