Skip to content

Commit 998d32e

Browse files
chore: release 0.6.0 (#25)
1 parent 57bdeaf commit 998d32e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/google-cloud-securitycenter/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

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

7+
## [0.6.0](https://www.github.com/googleapis/python-securitycenter/compare/v0.5.0...v0.6.0) (2020-07-01)
8+
9+
10+
### Features
11+
12+
* add `security_marks_path` method; fix docstring links (via synth) ([#24](https://www.github.com/googleapis/python-securitycenter/issues/24)) ([80ce6e6](https://www.github.com/googleapis/python-securitycenter/commit/80ce6e6128abf106ef7c3631a426f99440a406d9))
13+
* add Resource to the v1 NotificationMessage ([#33](https://www.github.com/googleapis/python-securitycenter/issues/33)) ([c930e6a](https://www.github.com/googleapis/python-securitycenter/commit/c930e6afc6aa701761f9966e1391ca2d3ebb30f4))
14+
15+
16+
### Documentation
17+
18+
* Update notification samples to v1 ([#19](https://www.github.com/googleapis/python-securitycenter/issues/19)) ([5eba984](https://www.github.com/googleapis/python-securitycenter/commit/5eba984eefefd3d689d84d14a8078c28914307c8))
19+
720
## [0.5.0](https://www.github.com/googleapis/python-securitycenter/compare/v0.4.0...v0.5.0) (2020-03-10)
821

922

packages/google-cloud-securitycenter/setup.py

+1-1
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 API client library'
24-
version = "0.5.0"
24+
version = "0.6.0"
2525
release_status = 'Development Status :: 3 - Alpha'
2626
dependencies = [
2727
'google-api-core[grpc] >= 1.14.0, < 2.0.0dev',

0 commit comments

Comments
 (0)