From 30664cdee2d8d53fed5eb8bedd3daf6096dfd827 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 7 Oct 2021 00:42:42 +0000 Subject: [PATCH] chore: release 1.5.0 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17ca5a4..072c079 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-websecurityscanner/#history +## [1.5.0](https://www.github.com/googleapis/python-websecurityscanner/compare/v1.4.3...v1.5.0) (2021-10-07) + + +### Features + +* add context manager support in client ([#114](https://www.github.com/googleapis/python-websecurityscanner/issues/114)) ([7210ecd](https://www.github.com/googleapis/python-websecurityscanner/commit/7210ecdcf196a10d6ac26b3d039857c9e958f2bb)) + ### [1.4.3](https://www.github.com/googleapis/python-websecurityscanner/compare/v1.4.2...v1.4.3) (2021-09-30) diff --git a/setup.py b/setup.py index 54ad8df..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.3" +version = "1.5.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'