diff --git a/CHANGELOG.md b/CHANGELOG.md index f5068f5..8797bee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +### [1.3.1](https://www.github.com/googleapis/python-recaptcha-enterprise/compare/v1.3.0...v1.3.1) (2021-11-01) + + +### Bug Fixes + +* **deps:** drop packaging dependency ([22ed89d](https://www.github.com/googleapis/python-recaptcha-enterprise/commit/22ed89dcaa628790d09584b3bd20c35115647bb7)) +* **deps:** require google-api-core >= 1.28.0 ([22ed89d](https://www.github.com/googleapis/python-recaptcha-enterprise/commit/22ed89dcaa628790d09584b3bd20c35115647bb7)) + + +### Documentation + +* list oneofs in docstring ([22ed89d](https://www.github.com/googleapis/python-recaptcha-enterprise/commit/22ed89dcaa628790d09584b3bd20c35115647bb7)) + ## [1.3.0](https://www.github.com/googleapis/python-recaptcha-enterprise/compare/v1.2.0...v1.3.0) (2021-10-14) diff --git a/setup.py b/setup.py index e66a745..f25a608 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "1.3.0" +version = "1.3.1" package_root = os.path.abspath(os.path.dirname(__file__))