diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea035ee..313aaa46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-tasks/#history +## [2.1.0](https://www.github.com/googleapis/python-tasks/compare/v2.0.0...v2.1.0) (2020-12-07) + + +### Features + +* add common resource helpers; expose client transport; add shebang to fixup scripts ([#34](https://www.github.com/googleapis/python-tasks/issues/34)) ([511e9f3](https://www.github.com/googleapis/python-tasks/commit/511e9f3d5da4c8b86adca8bddc65dc37a989edcf)) + ## [2.0.0](https://www.github.com/googleapis/python-tasks/compare/v1.5.0...v2.0.0) (2020-09-02) diff --git a/setup.py b/setup.py index 8bc6a68e..14ab5c5f 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-tasks" description = "Cloud Tasks API API client library" -version = "2.0.0" +version = "2.1.0" release_status = "Development Status :: 5 - Production/Stable" dependencies = [ "google-api-core[grpc] >= 1.22.0, < 2.0.0dev",