diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c44c716..5cd479a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ [1]: https://pypi.org/project/google-cloud-dataproc/#history +## 0.2.0 + +### New Features +- Regenerate v1 endpoint. Add v1beta2 endpoint (#5717) + ## 0.1.2 ### Implementation Changes diff --git a/setup.py b/setup.py index 92ddb5cf..4c26cb8e 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-dataproc' description = 'Google Cloud Dataproc API client library' -version = '0.1.2' +version = '0.2.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'