Skip to content

Commit be4ab77

Browse files

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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

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

3+
### [1.3.1](https://www.github.com/googleapis/python-access-approval/compare/v1.3.0...v1.3.1) (2021-06-30)
4+
5+
6+
### Bug Fixes
7+
8+
* disable always_use_jwt_access ([e4e04a0](https://www.github.com/googleapis/python-access-approval/commit/e4e04a02ba3c58a6451356ea75cfd0b0146ec956))
9+
* disable always_use_jwt_access ([#93](https://www.github.com/googleapis/python-access-approval/issues/93)) ([e4e04a0](https://www.github.com/googleapis/python-access-approval/commit/e4e04a02ba3c58a6451356ea75cfd0b0146ec956))
10+
311
## [1.3.0](https://www.github.com/googleapis/python-access-approval/compare/v1.2.0...v1.3.0) (2021-06-23)
412

513

packages/google-cloud-access-approval/setup.py

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

2323
name = "google-cloud-access-approval"
2424
description = "Access Approval API client library"
25-
version = "1.3.0"
25+
version = "1.3.1"
2626
release_status = "Development Status :: 5 - Production/Stable"
2727
dependencies = [
2828
"google-api-core[grpc] >= 1.26.0, <2.0.0dev",

0 commit comments

Comments
 (0)