Skip to content

Commit f640375

Browse files
chore: release 1.0.0 (#32)
* chore: release 1.0.0 * Update CHANGELOG.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
1 parent 40c5426 commit f640375

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

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

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

77

8+
## [1.0.0](https://www.github.com/googleapis/python-phishingprotection/compare/v0.4.0...v1.0.0) (2020-12-04)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* Move to API to python microgenerator. See [Migration Guide](https://github.com/googleapis/python-phishingprotection/blob/master/UPGRADING.md). (#31)
14+
15+
### Features
16+
17+
* move to API to python microgenerator ([#31](https://www.github.com/googleapis/python-phishingprotection/issues/31)) ([826fabd](https://www.github.com/googleapis/python-phishingprotection/commit/826fabd0b6591a7cca7cfcdbcc16b853c067cd3d))
18+
19+
20+
### Bug Fixes
21+
22+
* update retry config ([#27](https://www.github.com/googleapis/python-phishingprotection/issues/27)) ([c0418ae](https://www.github.com/googleapis/python-phishingprotection/commit/c0418ae2e4d13f32706d3ce6844c6260b27ca0b7))
23+
824
## [0.4.0](https://www.github.com/googleapis/python-phishingprotection/compare/v0.3.0...v0.4.0) (2020-06-23)
925

1026

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 = "0.4.0"
24+
version = "1.0.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)