Skip to content

Commit 29878cf

Browse files
chore(main): release 1.7.0 (#220)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 6f910a7 commit 29878cf

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/google-cloud-access-approval/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.7.0](https://github.com/googleapis/python-access-approval/compare/v1.6.1...v1.7.0) (2022-07-07)
4+
5+
6+
### Features
7+
8+
* add audience parameter ([b3c2d7a](https://github.com/googleapis/python-access-approval/commit/b3c2d7a2392ebd40a431209337cbcb41746a21f9))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** require google-api-core >= 2.8.0 ([#217](https://github.com/googleapis/python-access-approval/issues/217)) ([b3c2d7a](https://github.com/googleapis/python-access-approval/commit/b3c2d7a2392ebd40a431209337cbcb41746a21f9))
14+
* require python 3.7+ ([#219](https://github.com/googleapis/python-access-approval/issues/219)) ([461fef4](https://github.com/googleapis/python-access-approval/commit/461fef4971ff0be2f07c1d47dc9bbe463c4c4327))
15+
316
## [1.6.1](https://github.com/googleapis/python-access-approval/compare/v1.6.0...v1.6.1) (2022-06-03)
417

518

packages/google-cloud-access-approval/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-access-approval"
2323
description = "Access Approval API client library"
24-
version = "1.6.1"
24+
version = "1.7.0"
2525
release_status = "Development Status :: 5 - Production/Stable"
2626
dependencies = [
2727
"google-api-core[grpc] >= 2.8.0, <3.0.0dev",

0 commit comments

Comments
 (0)