From 63fc0b9859c13c80a5ad320032e382140525f403 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sat, 24 Jul 2021 10:17:08 +0000 Subject: [PATCH] chore: release 1.5.0 --- CHANGELOG.md | 13 +++++++++++++ setup.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6879de6..f6052e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ [1]: https://pypi.org/project/google-cloud-websecurityscanner/#history +## [1.5.0](https://www.github.com/googleapis/python-websecurityscanner/compare/v1.4.0...v1.5.0) (2021-07-24) + + +### Features + +* add Samples section to CONTRIBUTING.rst ([#88](https://www.github.com/googleapis/python-websecurityscanner/issues/88)) ([4fa9ba7](https://www.github.com/googleapis/python-websecurityscanner/commit/4fa9ba70a3b8b0d1363225a7fd4fbaac01f6ec64)) + + +### Bug Fixes + +* **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#87](https://www.github.com/googleapis/python-websecurityscanner/issues/87)) ([a614187](https://www.github.com/googleapis/python-websecurityscanner/commit/a614187426125f66ad9d95d14bc9538a2cd00945)) +* enable self signed jwt for grpc ([#93](https://www.github.com/googleapis/python-websecurityscanner/issues/93)) ([aaaec29](https://www.github.com/googleapis/python-websecurityscanner/commit/aaaec29793ec671c12326fa9efae1424c7204fc7)) + ## [1.4.0](https://www.github.com/googleapis/python-websecurityscanner/compare/v1.3.0...v1.4.0) (2021-07-01) diff --git a/setup.py b/setup.py index 58d97cd..748a1a9 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.4.0" +version = "1.5.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'