diff --git a/CHANGELOG.md b/CHANGELOG.md index a910fc21..fbb900e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,25 @@ [1]: https://pypi.org/project/google-cloud-tasks/#history +## 1.3.0 + +11-04-2019 10:06 PST + +### Implementation Changes +- Add proto annotations (via synth) ([#9352](https://github.com/googleapis/google-cloud-python/pull/9352)) + +### New Features +- Add HTTP tasks, OAuth tokens, and OIDC tokens (via synth) ([#9588](https://github.com/googleapis/google-cloud-python/pull/9588)) + +### Documentation +- Tweak docstrings (via synth) ([#9433](https://github.com/googleapis/google-cloud-python/pull/9433)) +- Disambiguate client requests from cloud task requests ([#9398](https://github.com/googleapis/google-cloud-python/pull/9398)) +- Change requests intersphinx url (via synth) ([#9409](https://github.com/googleapis/google-cloud-python/pull/9409)) +- Update documentation (via synth) ([#9069](https://github.com/googleapis/google-cloud-python/pull/9069)) +- Remove compatibility badges from READMEs ([#9035](https://github.com/googleapis/google-cloud-python/pull/9035)) +- Fix intersphinx reference to requests ([#9294](https://github.com/googleapis/google-cloud-python/pull/9294)) +- Remove CI for gh-pages, use googleapis.dev for `api_core` refs. ([#9085](https://github.com/googleapis/google-cloud-python/pull/9085)) + ## 1.2.1 08-12-2019 13:50 PDT diff --git a/setup.py b/setup.py index 3b7afc41..90000950 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-tasks" description = "Cloud Tasks API API client library" -version = "1.2.1" +version = "1.3.0" release_status = "Development Status :: 5 - Production/Stable" dependencies = [ "google-api-core[grpc] >= 1.14.0, < 2.0.0dev",