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

Commit

Permalink
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,23 @@

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

## [1.4.0](https://www.github.com/googleapis/python-websecurityscanner/compare/v1.3.0...v1.4.0) (2021-07-01)


### Features

* add always_use_jwt_access ([#79](https://www.github.com/googleapis/python-websecurityscanner/issues/79)) ([ad969a1](https://www.github.com/googleapis/python-websecurityscanner/commit/ad969a11f8df9149688c2efce9aa5bdbc65c4691))


### Bug Fixes

* disable always_use_jwt_access ([#83](https://www.github.com/googleapis/python-websecurityscanner/issues/83)) ([099f589](https://www.github.com/googleapis/python-websecurityscanner/commit/099f589840131116359fde934af155690c73037d))


### Documentation

* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-websecurityscanner/issues/1127)) ([#74](https://www.github.com/googleapis/python-websecurityscanner/issues/74)) ([31439ef](https://www.github.com/googleapis/python-websecurityscanner/commit/31439ef980c5f96d1181bf2982cf0aa9b5265122)), closes [#1126](https://www.github.com/googleapis/python-websecurityscanner/issues/1126)

## [1.3.0](https://www.github.com/googleapis/python-websecurityscanner/compare/v1.2.0...v1.3.0) (2021-06-07)


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.3.0"
version = "1.4.0"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down

0 comments on commit 3067fde

Please sign in to comment.