Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit e796708

Browse files
chore(main): release 1.8.0
1 parent 38441ec commit e796708

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@
44

55
[1]: https://pypi.org/project/google-cloud-securitycenter/#history
66

7+
## [1.8.0](https://github.com/googleapis/python-securitycenter/compare/v1.7.0...v1.8.0) (2022-01-11)
8+
9+
10+
### Features
11+
12+
* add display_name to the resource which is surfaced in NotificationMessage ([f28a8fe](https://github.com/googleapis/python-securitycenter/commit/f28a8fe8a3732e327543255475cef997ffbfaba9))
13+
* add support for python 3.10 ([#238](https://github.com/googleapis/python-securitycenter/issues/238)) ([7186526](https://github.com/googleapis/python-securitycenter/commit/718652639dafd4121391c642d55d9347c66bf5cb))
14+
* Added a new API method UpdateExternalSystem ([#256](https://github.com/googleapis/python-securitycenter/issues/256)) ([8c988a6](https://github.com/googleapis/python-securitycenter/commit/8c988a6bb1f2d0814386916c51c64fb8c4c15345))
15+
* Added mute related APIs, proto messages and fields ([#255](https://github.com/googleapis/python-securitycenter/issues/255)) ([6f3e1b2](https://github.com/googleapis/python-securitycenter/commit/6f3e1b2503906dd5f9583ac37ebdd1d9e4f11dd2))
16+
* Added resource type and display_name field to the FindingResult ([#248](https://github.com/googleapis/python-securitycenter/issues/248)) ([f28a8fe](https://github.com/googleapis/python-securitycenter/commit/f28a8fe8a3732e327543255475cef997ffbfaba9))
17+
18+
19+
### Bug Fixes
20+
21+
* **deps:** drop packaging dependency ([f28a8fe](https://github.com/googleapis/python-securitycenter/commit/f28a8fe8a3732e327543255475cef997ffbfaba9))
22+
* **deps:** require google-api-core >= 1.28.0 ([f28a8fe](https://github.com/googleapis/python-securitycenter/commit/f28a8fe8a3732e327543255475cef997ffbfaba9))
23+
* fix extras_require typo in setup.py ([#242](https://github.com/googleapis/python-securitycenter/issues/242)) ([d477b96](https://github.com/googleapis/python-securitycenter/commit/d477b96c4de26adc282b41c16240fe0e38689320))
24+
725
## [1.7.0](https://www.github.com/googleapis/python-securitycenter/compare/v1.6.0...v1.7.0) (2021-10-08)
826

927

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
name = "google-cloud-securitycenter"
2323
description = "Cloud Security Command Center API client library"
24-
version = "1.7.0"
24+
version = "1.8.0"
2525
release_status = "Development Status :: 5 - Production/Stable"
2626
dependencies = [
2727
# NOTE: Maintainers, please do not require google-api-core>=2.x.x

0 commit comments

Comments
 (0)