diff --git a/CHANGELOG.md b/CHANGELOG.md index 169ff1f..8f71a6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.0.1](https://www.github.com/googleapis/python-containeranalysis/compare/v1.0.0...v1.0.1) (2020-06-16) + + +### Bug Fixes + +* fix `release_status` in `setup.py` ([#17](https://www.github.com/googleapis/python-containeranalysis/issues/17)) ([2de847c](https://www.github.com/googleapis/python-containeranalysis/commit/2de847c1cf0e3e9a4f09f35d7abb5004dcee6bad)) + ## [1.0.0](https://www.github.com/googleapis/python-containeranalysis/compare/v0.3.1...v1.0.0) (2020-06-16) diff --git a/setup.py b/setup.py index 20ae7fc..05bef45 100644 --- a/setup.py +++ b/setup.py @@ -22,8 +22,8 @@ name = "google-cloud-containeranalysis" description = "Container Analysis API API client library" -version = "1.0.0" -release_status = "Development Status :: 5 - Production/stable" +version = "1.0.1" +release_status = "Development Status :: 5 - Production/Stable" dependencies = [ "google-api-core[grpc] >= 1.14.0, < 2.0.0dev", "grpc-google-iam-v1 >= 0.12.3, < 0.13dev",