diff --git a/CHANGELOG.md b/CHANGELOG.md index 50ba76c..b80476e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ [PyPI History][1] [1]: https://pypi.org/project/google-cloud-webrisk/#history +## [1.0.0](https://www.github.com/googleapis/python-webrisk/compare/v0.3.0...v1.0.0) (2020-07-14) + + +### ⚠ BREAKING CHANGES + +* move to webrisk API to python microgenerator (#27) + +### Features + +* move to webrisk API to python microgenerator ([#27](https://www.github.com/googleapis/python-webrisk/issues/27)) ([bbd2adf](https://www.github.com/googleapis/python-webrisk/commit/bbd2adf8e389e211580873b3c7793be08a034fe7)) +* release as production/stable ([#19](https://www.github.com/googleapis/python-webrisk/issues/19)) ([a9f7733](https://www.github.com/googleapis/python-webrisk/commit/a9f7733536ee9cd88f471f395353d4991dd8aa62)) + + +### Bug Fixes + +* update retry configs ([#24](https://www.github.com/googleapis/python-webrisk/issues/24)) ([6cda903](https://www.github.com/googleapis/python-webrisk/commit/6cda9039c6601fdb5e06870ae282480dc03590f0)) + + +### Documentation + +* update docstrings (via synth) ([#14](https://www.github.com/googleapis/python-webrisk/issues/14)) ([327d07a](https://www.github.com/googleapis/python-webrisk/commit/327d07abdf418ae07bad2e66165bb127f599e3e2)) + ## [0.3.0](https://www.github.com/googleapis/python-webrisk/compare/v0.2.0...v0.3.0) (2020-04-20) diff --git a/setup.py b/setup.py index 7a9dff0..1b49e3e 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-webrisk" description = "Google Cloud Web Risk API client library" -version = "0.3.0" +version = "1.0.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'