diff --git a/CHANGELOG.md b/CHANGELOG.md index 4894d414..08f1a31b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ [1]: https://pypi.org/project/google-cloud-securitycenter/#history +## [1.3.0](https://www.github.com/googleapis/python-securitycenter/compare/v1.2.0...v1.3.0) (2021-05-28) + + +### Features + +* bump release level to production/stable ([#147](https://www.github.com/googleapis/python-securitycenter/issues/147)) ([b9c892a](https://www.github.com/googleapis/python-securitycenter/commit/b9c892a16c15e89ca67687ce3a6b64490fc61c6f)) + + +### Documentation + +* remove unused region tags ([#108](https://www.github.com/googleapis/python-securitycenter/issues/108)) ([a983668](https://www.github.com/googleapis/python-securitycenter/commit/a9836680db5ca69ee8e3983dbf5a03414397e850)) + ## [1.2.0](https://www.github.com/googleapis/python-securitycenter/compare/v1.1.0...v1.2.0) (2021-05-19) diff --git a/setup.py b/setup.py index 9c42fcaa..e427615b 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-securitycenter" description = "Cloud Security Command Center API client library" -version = "1.2.0" +version = "1.3.0" release_status = "Development Status :: 5 - Production/Stable" dependencies = [ "google-api-core[grpc] >= 1.22.2, < 2.0.0dev",