diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e913b2..6ad6666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-websecurityscanner/#history +## [1.8.3](https://github.com/googleapis/python-websecurityscanner/compare/v1.8.2...v1.8.3) (2022-08-30) + + +### Documentation + +* Publish Scan Run logging proto for documentation ([#230](https://github.com/googleapis/python-websecurityscanner/issues/230)) ([07288a0](https://github.com/googleapis/python-websecurityscanner/commit/07288a0abcafa4a90d382403c627b5da45af0b92)) + ## [1.8.2](https://github.com/googleapis/python-websecurityscanner/compare/v1.8.1...v1.8.2) (2022-08-11) diff --git a/setup.py b/setup.py index 1693420..e53958d 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.2" +version = "1.8.3" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'