diff --git a/talent/CHANGELOG.md b/talent/CHANGELOG.md index d3f3b2ea1b36..8573675e4854 100644 --- a/talent/CHANGELOG.md +++ b/talent/CHANGELOG.md @@ -4,6 +4,22 @@ [1]: https://pypi.org/project/google-cloud-talent/#history +## 0.2.0 + +05-09-2019 12:25 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 +- Regenerate talent (via synth). ([#7861](https://github.com/googleapis/google-cloud-python/pull/7861)) + +### Documentation +- Fixed broken talent client library documentation link ([#7546](https://github.com/googleapis/google-cloud-python/pull/7546)) +- Fix link in docstring.([#7508](https://github.com/googleapis/google-cloud-python/pull/7508)) +- Documentation and formatting changes. ([#7489](https://github.com/googleapis/google-cloud-python/pull/7489)) + ## 0.1.0 03-05-2019 12:50 PST diff --git a/talent/setup.py b/talent/setup.py index eda98801228b..aa43781266ba 100644 --- a/talent/setup.py +++ b/talent/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-talent' description = 'Google Cloud Talent Solution API client library' -version = '0.1.0' +version = '0.2.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'