diff --git a/containeranalysis/CHANGELOG.md b/containeranalysis/CHANGELOG.md index 983b1c7a612b..bec12c22ebde 100644 --- a/containeranalysis/CHANGELOG.md +++ b/containeranalysis/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 0.2.0 + +07-12-2019 16:56 PDT + +### New Features +- Add 'client_options' support (via synth). ([#8502](https://github.com/googleapis/google-cloud-python/pull/8502)) +- Add 'options_' argument to clients' 'get_iam_policy'; pin black version (via synth). ([#8653](https://github.com/googleapis/google-cloud-python/pull/8653)) + +### Dependencies +- Update pin for 'grpc-google-iam-v1' to 0.12.3+. ([#8647](https://github.com/googleapis/google-cloud-python/pull/8647)) + +### Documentation +- Update READMEs. ([#8456](https://github.com/googleapis/google-cloud-python/pull/8456)) + +### Internal / Testing Changes +- Fix language in repo metadata. ([#8537](https://github.com/googleapis/google-cloud-python/pull/8537)) +- Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464)) + ## 0.1.0 06-19-2019 11:02 PDT diff --git a/containeranalysis/setup.py b/containeranalysis/setup.py index 03e107fc1a11..3b2fffd8bce4 100644 --- a/containeranalysis/setup.py +++ b/containeranalysis/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-containeranalysis" description = "Container Analysis API API client library" -version = "0.1.0" +version = "0.2.0" release_status = "Development Status :: 3 - Alpha" dependencies = [ "google-api-core[grpc] >= 1.4.1, < 2.0.0dev",