diff --git a/dns/CHANGELOG.md b/dns/CHANGELOG.md index 8e62f89778ae..3ac3de6d2b59 100644 --- a/dns/CHANGELOG.md +++ b/dns/CHANGELOG.md @@ -4,6 +4,23 @@ [1]: https://pypi.org/project/google-cloud-dns/#history +## 0.30.0 + +05-16-2019 12:23 PDT + + +### Implementation Changes +- Remove classifier for Python 3.4 for end-of-life. ([#7535](https://github.com/googleapis/google-cloud-python/pull/7535)) + +### New Features +- Add `client_info` support to client / connection. ([#7869](https://github.com/googleapis/google-cloud-python/pull/7869)) + +### Dependencies +- Pin `google-cloud-core >= 1.0.0, < 2.0dev`. ([#7993](https://github.com/googleapis/google-cloud-python/pull/7993)) + +### Documentation +- Update client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307)) + ## 0.29.2 12-17-2018 16:47 PST diff --git a/dns/setup.py b/dns/setup.py index 184007ec26a0..9640a12d5fca 100644 --- a/dns/setup.py +++ b/dns/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-dns' description = 'Google Cloud DNS API client library' -version = '0.29.2' +version = '0.30.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'