From 320e43e11031799601ec876150fffc6f6643616d Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 27 Jul 2021 02:17:55 +0000 Subject: [PATCH] chore: release 1.4.1 --- CHANGELOG.md | 18 ++++++++++++++++++ setup.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6879de6..965445c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ [1]: https://pypi.org/project/google-cloud-websecurityscanner/#history +### [1.4.1](https://www.github.com/googleapis/python-websecurityscanner/compare/v1.4.0...v1.4.1) (2021-07-27) + + +### 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)) + + +### Miscellaneous Chores + +* release 1.4.1 ([#92](https://www.github.com/googleapis/python-websecurityscanner/issues/92)) ([b36280c](https://www.github.com/googleapis/python-websecurityscanner/commit/b36280c07eb58d55ac7d0c053c52fc41c310baae)) + ## [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..b4f3dda 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.4.1" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'