From 21f10ca81df88a3bdbc2808e4544d85773928a93 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 23:28:20 +0000 Subject: [PATCH] chore(main): release 3.15.0 --- CHANGELOG.md | 13 +++++++++++++ setup.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3735d4e5..f80bf999 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ [1]: https://pypi.org/project/google-cloud-asset/#history +## [3.15.0](https://github.com/googleapis/python-asset/compare/v3.14.1...v3.15.0) (2022-12-15) + + +### Features + +* Add a new searchable field kmsKeys ([#506](https://github.com/googleapis/python-asset/issues/506)) ([07dd6cc](https://github.com/googleapis/python-asset/commit/07dd6ccc25d032b3fad6a0a262067b7a4fdd5f65)) + + +### Bug Fixes + +* Deprecate searchable field kmsKey ([07dd6cc](https://github.com/googleapis/python-asset/commit/07dd6ccc25d032b3fad6a0a262067b7a4fdd5f65)) +* **deps:** Allow protobuf 3.19.5 ([#508](https://github.com/googleapis/python-asset/issues/508)) ([818abbb](https://github.com/googleapis/python-asset/commit/818abbbcbb829a726d18ba1e7e7e03f997d4256a)) + ## [3.14.1](https://github.com/googleapis/python-asset/compare/v3.14.0...v3.14.1) (2022-09-29) diff --git a/setup.py b/setup.py index e8d05c46..c2417efb 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-asset" description = "Cloud Asset API API client library" -version = "3.14.1" +version = "3.15.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'