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

Commit f9d5309

Browse files
chore: release 1.4.1 (#94)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b36280c commit f9d5309

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

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

7+
### [1.4.1](https://www.github.com/googleapis/python-websecurityscanner/compare/v1.4.0...v1.4.1) (2021-07-27)
8+
9+
10+
### Features
11+
12+
* add Samples section to CONTRIBUTING.rst ([#88](https://www.github.com/googleapis/python-websecurityscanner/issues/88)) ([4fa9ba7](https://www.github.com/googleapis/python-websecurityscanner/commit/4fa9ba70a3b8b0d1363225a7fd4fbaac01f6ec64))
13+
14+
15+
### Bug Fixes
16+
17+
* **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#87](https://www.github.com/googleapis/python-websecurityscanner/issues/87)) ([a614187](https://www.github.com/googleapis/python-websecurityscanner/commit/a614187426125f66ad9d95d14bc9538a2cd00945))
18+
* enable self signed jwt for grpc ([#93](https://www.github.com/googleapis/python-websecurityscanner/issues/93)) ([aaaec29](https://www.github.com/googleapis/python-websecurityscanner/commit/aaaec29793ec671c12326fa9efae1424c7204fc7))
19+
20+
21+
### Miscellaneous Chores
22+
23+
* release 1.4.1 ([#92](https://www.github.com/googleapis/python-websecurityscanner/issues/92)) ([b36280c](https://www.github.com/googleapis/python-websecurityscanner/commit/b36280c07eb58d55ac7d0c053c52fc41c310baae))
24+
725
## [1.4.0](https://www.github.com/googleapis/python-websecurityscanner/compare/v1.3.0...v1.4.0) (2021-07-01)
826

927

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.4.0"
25+
version = "1.4.1"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)