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

Commit d24d2f6

Browse files
chore(main): release 2.9.0 (#253)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 8344f2d commit d24d2f6

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

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

7+
## [2.9.0](https://github.com/googleapis/python-tasks/compare/v2.8.1...v2.9.0) (2022-05-05)
8+
9+
10+
### Features
11+
12+
* AuditConfig for IAM v1 ([7b7a294](https://github.com/googleapis/python-tasks/commit/7b7a2946a8554a06d8fdc57b13c2726c5d8a443b))
13+
14+
15+
### Bug Fixes
16+
17+
* **deps:** require grpc-google-iam-v1 >=0.12.4 ([7b7a294](https://github.com/googleapis/python-tasks/commit/7b7a2946a8554a06d8fdc57b13c2726c5d8a443b))
18+
19+
20+
### Documentation
21+
22+
* fix type in docstring for map fields ([7b7a294](https://github.com/googleapis/python-tasks/commit/7b7a2946a8554a06d8fdc57b13c2726c5d8a443b))
23+
724
### [2.8.1](https://github.com/googleapis/python-tasks/compare/v2.8.0...v2.8.1) (2022-03-05)
825

926

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.8.1"
24+
version = "2.9.0"
2525
release_status = "Development Status :: 5 - Production/Stable"
2626
dependencies = [
2727
# NOTE: Maintainers, please do not require google-api-core>=2.x.x

0 commit comments

Comments
 (0)