From daec71be63ca769a2d855b6bf03c61e599c0db18 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 29 Jul 2021 15:24:10 +0000 Subject: [PATCH] chore: release 1.4.2 (#111) :robot: I have created a release \*beep\* \*boop\* --- ### [1.4.2](https://www.github.com/googleapis/python-webrisk/compare/v1.4.1...v1.4.2) (2021-07-29) ### Bug Fixes * enable self signed jwt for grpc ([#109](https://www.github.com/googleapis/python-webrisk/issues/109)) ([797d46c](https://www.github.com/googleapis/python-webrisk/commit/797d46c74fadf3868d75a717aaf36e89cf680e29)) ### Documentation * add Samples section to CONTRIBUTING.rst ([#105](https://www.github.com/googleapis/python-webrisk/issues/105)) ([6f316f5](https://www.github.com/googleapis/python-webrisk/commit/6f316f589e33f15becbb7abfbc7b875c46b1f048)) ### Miscellaneous Chores * release as 1.4.2 ([#110](https://www.github.com/googleapis/python-webrisk/issues/110)) ([b87730f](https://www.github.com/googleapis/python-webrisk/commit/b87730ff5927bdab57b877e923a9dd57b1b64e67)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 17 +++++++++++++++++ setup.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 849b8a9..13ac010 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ [PyPI History][1] [1]: https://pypi.org/project/google-cloud-webrisk/#history +### [1.4.2](https://www.github.com/googleapis/python-webrisk/compare/v1.4.1...v1.4.2) (2021-07-29) + + +### Bug Fixes + +* enable self signed jwt for grpc ([#109](https://www.github.com/googleapis/python-webrisk/issues/109)) ([797d46c](https://www.github.com/googleapis/python-webrisk/commit/797d46c74fadf3868d75a717aaf36e89cf680e29)) + + +### Documentation + +* add Samples section to CONTRIBUTING.rst ([#105](https://www.github.com/googleapis/python-webrisk/issues/105)) ([6f316f5](https://www.github.com/googleapis/python-webrisk/commit/6f316f589e33f15becbb7abfbc7b875c46b1f048)) + + +### Miscellaneous Chores + +* release as 1.4.2 ([#110](https://www.github.com/googleapis/python-webrisk/issues/110)) ([b87730f](https://www.github.com/googleapis/python-webrisk/commit/b87730ff5927bdab57b877e923a9dd57b1b64e67)) + ### [1.4.1](https://www.github.com/googleapis/python-webrisk/compare/v1.4.0...v1.4.1) (2021-07-20) diff --git a/setup.py b/setup.py index f94a727..16edf4e 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-webrisk" description = "Google Cloud Web Risk API client library" -version = "1.4.1" +version = "1.4.2" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'