Skip to content

Commit

Permalink
chore: release 0.6.0 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 6, 2020
1 parent 57bdeaf commit 998d32e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/google-cloud-securitycenter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

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

## [0.6.0](https://www.github.com/googleapis/python-securitycenter/compare/v0.5.0...v0.6.0) (2020-07-01)


### Features

* 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))
* 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))


### Documentation

* 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))

## [0.5.0](https://www.github.com/googleapis/python-securitycenter/compare/v0.4.0...v0.5.0) (2020-03-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-securitycenter/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

name = 'google-cloud-securitycenter'
description = 'Cloud Security Command Center API API client library'
version = "0.5.0"
version = "0.6.0"
release_status = 'Development Status :: 3 - Alpha'
dependencies = [
'google-api-core[grpc] >= 1.14.0, < 2.0.0dev',
Expand Down

0 comments on commit 998d32e

Please sign in to comment.