From 19651e10d9d9c42d530e1c88d05ae384d78ce1ae Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 15:51:57 +0000 Subject: [PATCH] chore: release 1.1.0 --- CHANGELOG.md | 18 ++++++++++++++++++ setup.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15666c6..1cd2334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ [1]: https://pypi.org/project/google-cloud-websecurityscanner/#history +## [1.1.0](https://www.github.com/googleapis/python-websecurityscanner/compare/v1.0.0...v1.1.0) (2021-03-31) + + +### Features + +* add client_info ([838be24](https://www.github.com/googleapis/python-websecurityscanner/commit/838be24c4e489ce6822f0e6ff6c87d67df8a172b)) +* add v1 ([#42](https://www.github.com/googleapis/python-websecurityscanner/issues/42)) ([8993d41](https://www.github.com/googleapis/python-websecurityscanner/commit/8993d4136b906179d852b9b7d688dd2d1df27ba0)) + + +### Bug Fixes + +* remove grpc send/recv limits ([838be24](https://www.github.com/googleapis/python-websecurityscanner/commit/838be24c4e489ce6822f0e6ff6c87d67df8a172b)) + + +### Documentation + +* fix sphinx references ([838be24](https://www.github.com/googleapis/python-websecurityscanner/commit/838be24c4e489ce6822f0e6ff6c87d67df8a172b)) + ## [1.0.0](https://www.github.com/googleapis/python-websecurityscanner/compare/v0.4.0...v1.0.0) (2020-07-23) diff --git a/setup.py b/setup.py index 68290f9..56933f1 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.0.0" +version = "1.1.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'