Skip to content

Commit 7a70ef5

Browse files
chore(main): release 1.9.0 (#274)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent c708a64 commit 7a70ef5

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

packages/google-cloud-securitycenter/CHANGELOG.md

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

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

7+
## [1.9.0](https://github.com/googleapis/python-securitycenter/compare/v1.8.0...v1.9.0) (2022-02-26)
8+
9+
10+
### Features
11+
12+
* add access field in the v1 finding proto ([#279](https://github.com/googleapis/python-securitycenter/issues/279)) ([7fdd2a8](https://github.com/googleapis/python-securitycenter/commit/7fdd2a8013ad610d1e836f1327889ff187930e9d))
13+
* add api key support ([#273](https://github.com/googleapis/python-securitycenter/issues/273)) ([96e1e0c](https://github.com/googleapis/python-securitycenter/commit/96e1e0c752f62faf4898f60e269dbbbb0d37887f))
14+
15+
16+
### Bug Fixes
17+
18+
* resolve DuplicateCredentialArgs error when using credentials_file ([7fdd2a8](https://github.com/googleapis/python-securitycenter/commit/7fdd2a8013ad610d1e836f1327889ff187930e9d))
19+
20+
21+
### Documentation
22+
23+
* added more clarification around what event_time means on a v1 finding ([7fdd2a8](https://github.com/googleapis/python-securitycenter/commit/7fdd2a8013ad610d1e836f1327889ff187930e9d))
24+
* Update documentation for the Finding resource field "project_display_name" ([#282](https://github.com/googleapis/python-securitycenter/issues/282)) ([5e02432](https://github.com/googleapis/python-securitycenter/commit/5e02432f489f00d9f136cf6b86c159db8d1cd120))
25+
* Update documentation for the Mute fields on Findings ([5e02432](https://github.com/googleapis/python-securitycenter/commit/5e02432f489f00d9f136cf6b86c159db8d1cd120))
26+
727
## [1.8.0](https://github.com/googleapis/python-securitycenter/compare/v1.7.0...v1.8.0) (2022-01-14)
828

929

packages/google-cloud-securitycenter/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.8.0"
24+
version = "1.9.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)