diff --git a/asset/CHANGELOG.md b/asset/CHANGELOG.md index caf0d1bb9e6f..11d748ffa276 100644 --- a/asset/CHANGELOG.md +++ b/asset/CHANGELOG.md @@ -4,6 +4,28 @@ [1]: https://pypi.org/project/google-cloud-asset/#history +## 0.2.0 + +03-19-2019 12:17 PDT + + +### Implementation Changes +- Rename 'GcsDestination.uri' -> 'object_uri', docstring changes . ([#7202](https://github.com/googleapis/google-cloud-python/pull/7202)) +- Protoc-generated serialization update.. ([#7073](https://github.com/googleapis/google-cloud-python/pull/7073)) + +### New Features +- Generate v1. ([#7513](https://github.com/googleapis/google-cloud-python/pull/7513)) + +### Documentation +- Fix broken links to Cloud Asset API ([#7524](https://github.com/googleapis/google-cloud-python/pull/7524)) +- Updated client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307)) +- Update copyright headers +- Pick up stub docstring fix in GAPIC generator.[#6963](https://github.com/googleapis/google-cloud-python/pull/6963)) + +### Internal / Testing Changes +- Add protos as an artifact to library ([#7205](https://github.com/googleapis/google-cloud-python/pull/7205)) +- Add support for including protos in synth ([#7114](https://github.com/googleapis/google-cloud-python/pull/7114)) + ## 0.1.2 12-17-2018 16:15 PST diff --git a/asset/setup.py b/asset/setup.py index baba95589f13..02928c814af4 100644 --- a/asset/setup.py +++ b/asset/setup.py @@ -21,7 +21,7 @@ name = 'google-cloud-asset' description = 'Cloud Asset API API client library' -version = '0.1.2' +version = '0.2.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'