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

Commit

Permalink
chore: release 1.2.0 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jun 1, 2021
1 parent 0b5eb0c commit a019308
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,19 @@

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

## [1.2.0](https://www.github.com/googleapis/python-websecurityscanner/compare/v1.1.0...v1.2.0) (2021-05-28)


### Features

* support self-signed JWT flow for service accounts ([3091749](https://www.github.com/googleapis/python-websecurityscanner/commit/309174923e00e7463ea98d3f5c2805afafddf7fe))


### Bug Fixes

* add async client to %name_%version/init.py ([3091749](https://www.github.com/googleapis/python-websecurityscanner/commit/309174923e00e7463ea98d3f5c2805afafddf7fe))
* **deps:** add packaging requirement ([#62](https://www.github.com/googleapis/python-websecurityscanner/issues/62)) ([ce2c90d](https://www.github.com/googleapis/python-websecurityscanner/commit/ce2c90d738cb1f47dbd41826a879dc2e3d5f0c0b))

## [1.1.0](https://www.github.com/googleapis/python-websecurityscanner/compare/v1.0.0...v1.1.0) (2021-03-31)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@

name = "google-cloud-websecurityscanner"
description = ("Google Cloud Web Security Scanner API client library",)
version = "1.1.0"
version = "1.2.0"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down

0 comments on commit a019308

Please sign in to comment.