Skip to content

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

packages/google-cloud-recaptcha-enterprise/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
### [0.4.2](https://www.github.com/googleapis/python-recaptcha-enterprise/compare/v0.4.1...v0.4.2) (2021-07-28)
4+
5+
6+
### Bug Fixes
7+
8+
* enable self signed jwt for grpc ([#101](https://www.github.com/googleapis/python-recaptcha-enterprise/issues/101)) ([2a9cba8](https://www.github.com/googleapis/python-recaptcha-enterprise/commit/2a9cba89af89d76a1e9a4922e2901bd4847de949))
9+
10+
11+
### Documentation
12+
13+
* add Samples section to CONTRIBUTING.rst ([#97](https://www.github.com/googleapis/python-recaptcha-enterprise/issues/97)) ([ffcc165](https://www.github.com/googleapis/python-recaptcha-enterprise/commit/ffcc1651929337be437250e440b75548c453ced9))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* release as 0.4.2 ([#102](https://www.github.com/googleapis/python-recaptcha-enterprise/issues/102)) ([ff137b0](https://www.github.com/googleapis/python-recaptcha-enterprise/commit/ff137b00f5282dc061941b6645143db7c66a6718))
19+
320
### [0.4.1](https://www.github.com/googleapis/python-recaptcha-enterprise/compare/v0.4.0...v0.4.1) (2021-07-20)
421

522

packages/google-cloud-recaptcha-enterprise/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import setuptools # type: ignore
2121

22-
version = "0.4.1"
22+
version = "0.4.2"
2323

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

0 commit comments

Comments
 (0)