Skip to content

Commit 17df0ef

Browse files
1 parent 7492a08 commit 17df0ef

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/google-cloud-websecurityscanner/CHANGELOG.md

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

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

7+
## [1.2.0](https://www.github.com/googleapis/python-websecurityscanner/compare/v1.1.0...v1.2.0) (2021-05-28)
8+
9+
10+
### Features
11+
12+
* support self-signed JWT flow for service accounts ([3091749](https://www.github.com/googleapis/python-websecurityscanner/commit/309174923e00e7463ea98d3f5c2805afafddf7fe))
13+
14+
15+
### Bug Fixes
16+
17+
* add async client to %name_%version/init.py ([3091749](https://www.github.com/googleapis/python-websecurityscanner/commit/309174923e00e7463ea98d3f5c2805afafddf7fe))
18+
* **deps:** add packaging requirement ([#62](https://www.github.com/googleapis/python-websecurityscanner/issues/62)) ([ce2c90d](https://www.github.com/googleapis/python-websecurityscanner/commit/ce2c90d738cb1f47dbd41826a879dc2e3d5f0c0b))
19+
720
## [1.1.0](https://www.github.com/googleapis/python-websecurityscanner/compare/v1.0.0...v1.1.0) (2021-03-31)
821

922

packages/google-cloud-websecurityscanner/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-websecurityscanner"
2424
description = ("Google Cloud Web Security Scanner API client library",)
25-
version = "1.1.0"
25+
version = "1.2.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)