Skip to content

Commit 030e733

Browse files
chore: release 1.1.0 (#47)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent c9b51e8 commit 030e733

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/google-cloud-phishing-protection/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55
[1]: https://pypi.org/project/google-cloud-phishing-protection/#history
66

77

8+
## [1.1.0](https://www.github.com/googleapis/python-phishingprotection/compare/v1.0.0...v1.1.0) (2021-01-06)
9+
10+
11+
### Features
12+
13+
* add from_service_account_info factory and fix sphinx identifiers ([#46](https://www.github.com/googleapis/python-phishingprotection/issues/46)) ([8938b54](https://www.github.com/googleapis/python-phishingprotection/commit/8938b54d590753ae25213945be3764e90d4bb327))
14+
15+
16+
### Bug Fixes
17+
18+
* remove client recv msg limit and add enums to `types/__init__.py` ([197a753](https://www.github.com/googleapis/python-phishingprotection/commit/197a75346252441e5a5cb5eee982e7cb64a20299))
19+
820
## [1.0.0](https://www.github.com/googleapis/python-phishingprotection/compare/v0.4.0...v1.0.0) (2020-12-04)
921

1022

packages/google-cloud-phishing-protection/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
name = "google-cloud-phishing-protection"
2323
description = "Phishing Protection API API client library"
24-
version = "1.0.0"
24+
version = "1.1.0"
2525
release_status = "Development Status :: 4 - Beta"
2626
dependencies = [
2727
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",

0 commit comments

Comments
 (0)