Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit b0ebaf9

Browse files
chore: release 1.4.0
1 parent 5431e8b commit b0ebaf9

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-securitycenter/#history
66

7+
## [1.4.0](https://www.github.com/googleapis/python-securitycenter/compare/v1.3.1...v1.4.0) (2021-07-01)
8+
9+
10+
### Features
11+
12+
* add always_use_jwt_access ([#170](https://www.github.com/googleapis/python-securitycenter/issues/170)) ([421b7fc](https://www.github.com/googleapis/python-securitycenter/commit/421b7fc0ffcae152cc329a064d7e233f91a5775d))
13+
14+
15+
### Bug Fixes
16+
17+
* disable always_use_jwt_access ([#174](https://www.github.com/googleapis/python-securitycenter/issues/174)) ([5431e8b](https://www.github.com/googleapis/python-securitycenter/commit/5431e8b61616d044288b10ca1c244210aa717124))
18+
19+
20+
### Documentation
21+
22+
* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-securitycenter/issues/1127)) ([#164](https://www.github.com/googleapis/python-securitycenter/issues/164)) ([42a2f11](https://www.github.com/googleapis/python-securitycenter/commit/42a2f1175d022174c45f04726072935b8738e111)), closes [#1126](https://www.github.com/googleapis/python-securitycenter/issues/1126)
23+
724
### [1.3.1](https://www.github.com/googleapis/python-securitycenter/compare/v1.3.0...v1.3.1) (2021-06-10)
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-securitycenter"
2323
description = "Cloud Security Command Center API client library"
24-
version = "1.3.1"
24+
version = "1.4.0"
2525
release_status = "Development Status :: 5 - Production/Stable"
2626
dependencies = [
2727
"google-api-core[grpc] >= 1.26.0, <2.0.0dev",

0 commit comments

Comments
 (0)