diff --git a/grafeas/CHANGELOG.md b/grafeas/CHANGELOG.md index 75ec369efa3c..c9f55c42c36d 100644 --- a/grafeas/CHANGELOG.md +++ b/grafeas/CHANGELOG.md @@ -4,6 +4,24 @@ [1]: https://pypi.org/project/grafeas/#history +## 0.2.0 + +07-12-2019 17:04 PDT + + +### Implementation Changes +- replace `min_affected_version` w/ `affected_version_{start,end}` (via synth). ([#8465](https://github.com/googleapis/google-cloud-python/pull/8465)) +- Allow kwargs to be passed to create_channel, update templates (via synth). ([#8391](https://github.com/googleapis/google-cloud-python/pull/8391)) + +### New Features +- Update list method docstrings (via synth). ([#8510](https://github.com/googleapis/google-cloud-python/pull/8510)) + +### Documentation +- Update READMEs. ([#8456](https://github.com/googleapis/google-cloud-python/pull/8456)) + +### Internal / Testing Changes +- Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464)) + ## 0.1.0 06-17-2019 10:44 PDT diff --git a/grafeas/setup.py b/grafeas/setup.py index d8163f361c3d..17f72ac8957e 100644 --- a/grafeas/setup.py +++ b/grafeas/setup.py @@ -21,7 +21,7 @@ name = "grafeas" description = "Grafeas API client library" -version = "0.1.0" +version = "0.2.0" release_status = "Development Status :: 3 - Alpha" dependencies = [ "google-api-core[grpc] >= 1.6.0, < 2.0.0dev",