From 9e3e367bf9ba0ff7253fe8cce5cb0a4a805677c9 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 21:00:50 +0000 Subject: [PATCH] chore(main): release 1.9.2 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f53781c..34a1a34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-websecurityscanner/#history +## [1.9.2](https://github.com/googleapis/python-websecurityscanner/compare/v1.9.1...v1.9.2) (2022-10-07) + + +### Bug Fixes + +* **deps:** Allow protobuf 3.19.5 ([#244](https://github.com/googleapis/python-websecurityscanner/issues/244)) ([9950ae9](https://github.com/googleapis/python-websecurityscanner/commit/9950ae9f1b55ad24cd67d1f6d95b43efcb62b127)) + ## [1.9.1](https://github.com/googleapis/python-websecurityscanner/compare/v1.9.0...v1.9.1) (2022-09-29) diff --git a/setup.py b/setup.py index bbdace6..363c0f8 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.9.1" +version = "1.9.2" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'