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'