From 47a686c2e60392cc6c974b8194d3a8fd92ccf557 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2020 14:09:41 -0800 Subject: [PATCH] chore: release 0.4.0 (#2) --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6895407..5ebcfe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-websecurityscanner/#history +## [0.4.0](https://www.github.com/googleapis/python-websecurityscanner/compare/v0.3.0...v0.4.0) (2020-01-30) + + +### Features + +* **websecurityscanner:** add finding types; add vulnerable headers; update docstrings (via synth) ([#9380](https://www.github.com/googleapis/python-websecurityscanner/issues/9380)) ([34f192e](https://www.github.com/googleapis/python-websecurityscanner/commit/34f192eb890945636cab82e1a0fef9c33d7c8eb3)) + ## 0.3.0 07-24-2019 17:56 PDT diff --git a/setup.py b/setup.py index 91ad177..40eaf70 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 = "0.3.0" +version = "0.4.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'