Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit d8b2f3c

Browse files
chore: release 2.3.0 (#83)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 1713d04 commit d8b2f3c

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@
44

55
[1]: https://pypi.org/project/google-cloud-tasks/#history
66

7+
## [2.3.0](https://www.github.com/googleapis/python-tasks/compare/v2.2.0...v2.3.0) (2021-05-28)
8+
9+
10+
### Features
11+
12+
* add `from_service_account_info` ([#80](https://www.github.com/googleapis/python-tasks/issues/80)) ([2498225](https://www.github.com/googleapis/python-tasks/commit/2498225112ddb4b112b387dec71631c29a6db71e))
13+
* support self-signed JWT flow for service accounts ([1acf20c](https://www.github.com/googleapis/python-tasks/commit/1acf20ca440a5396ee03205b5c2301b84e368926))
14+
15+
16+
### Bug Fixes
17+
18+
* add async client to %name_%version/init.py ([1acf20c](https://www.github.com/googleapis/python-tasks/commit/1acf20ca440a5396ee03205b5c2301b84e368926))
19+
* use correct retry deadlines ([2498225](https://www.github.com/googleapis/python-tasks/commit/2498225112ddb4b112b387dec71631c29a6db71e))
20+
21+
22+
### Documentation
23+
24+
* fix grammar in documentation ([#112](https://www.github.com/googleapis/python-tasks/issues/112)) ([6f93a19](https://www.github.com/googleapis/python-tasks/commit/6f93a190311bd5468827496685072388a951e670))
25+
726
## [2.2.0](https://www.github.com/googleapis/python-tasks/compare/v2.1.0...v2.2.0) (2021-02-24)
827

928

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
name = "google-cloud-tasks"
2323
description = "Cloud Tasks API API client library"
24-
version = "2.2.0"
24+
version = "2.3.0"
2525
release_status = "Development Status :: 5 - Production/Stable"
2626
dependencies = [
2727
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",

0 commit comments

Comments
 (0)