Skip to content

Commit 0a55e27

Browse files
chore: release 1.1.0 (#41)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 3a39d86 commit 0a55e27

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

packages/google-cloud-websecurityscanner/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.1.0](https://www.github.com/googleapis/python-websecurityscanner/compare/v1.0.0...v1.1.0) (2021-03-31)
8+
9+
10+
### Features
11+
12+
* add client_info ([838be24](https://www.github.com/googleapis/python-websecurityscanner/commit/838be24c4e489ce6822f0e6ff6c87d67df8a172b))
13+
* add v1 ([#42](https://www.github.com/googleapis/python-websecurityscanner/issues/42)) ([8993d41](https://www.github.com/googleapis/python-websecurityscanner/commit/8993d4136b906179d852b9b7d688dd2d1df27ba0))
14+
15+
16+
### Bug Fixes
17+
18+
* remove grpc send/recv limits ([838be24](https://www.github.com/googleapis/python-websecurityscanner/commit/838be24c4e489ce6822f0e6ff6c87d67df8a172b))
19+
20+
21+
### Documentation
22+
23+
* fix sphinx references ([838be24](https://www.github.com/googleapis/python-websecurityscanner/commit/838be24c4e489ce6822f0e6ff6c87d67df8a172b))
24+
725
## [1.0.0](https://www.github.com/googleapis/python-websecurityscanner/compare/v0.4.0...v1.0.0) (2020-07-23)
826

927

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

0 commit comments

Comments
 (0)