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

Commit

Permalink
chore: release 1.0.0 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jul 14, 2020
1 parent bbd2adf commit a92cf40
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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'
Expand Down

0 comments on commit a92cf40

Please sign in to comment.