Skip to content

Commit

Permalink
chore: release 0.2.0 (#7)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\* 
---
## [0.2.0](https://www.github.com/googleapis/python-recaptcha-enterprise/compare/v0.1.0...v0.2.0) (2020-05-28)


### Features

* add mtls support and resource path parse methods (via synth) ([#4](https://www.github.com/googleapis/python-recaptcha-enterprise/issues/4)) ([c20fa3f](https://www.github.com/googleapis/python-recaptcha-enterprise/commit/c20fa3f09365b2d1bc172df35c06110c989f688e))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).
  • Loading branch information
release-please[bot] authored May 28, 2020
1 parent f08006e commit 2d90a68
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/google-cloud-recaptcha-enterprise/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://www.github.com/googleapis/python-recaptcha-enterprise/compare/v0.1.0...v0.2.0) (2020-05-28)


### Features

* add mtls support and resource path parse methods (via synth) ([#4](https://www.github.com/googleapis/python-recaptcha-enterprise/issues/4)) ([c20fa3f](https://www.github.com/googleapis/python-recaptcha-enterprise/commit/c20fa3f09365b2d1bc172df35c06110c989f688e))

## 0.1.0 (2020-04-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-recaptcha-enterprise/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "0.1.0"
version = "0.2.0"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit 2d90a68

Please sign in to comment.