diff --git a/CHANGELOG.md b/CHANGELOG.md index f71cc259..2b7c098b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.0.1](https://www.github.com/googleapis/python-documentai/compare/v1.0.0...v1.0.1) (2021-08-25) + + +### Bug Fixes + +* **v1beta2:** Update DocumentUnderstandingService default_host from a regional endpoint to non-regional ([#195](https://www.github.com/googleapis/python-documentai/issues/195)) ([090bcc5](https://www.github.com/googleapis/python-documentai/commit/090bcc568a2f448c00a0062bc0a3eddddc8ded87)) + ## [1.0.0](https://www.github.com/googleapis/python-documentai/compare/v0.5.0...v1.0.0) (2021-07-26) diff --git a/setup.py b/setup.py index d24c48f0..38256194 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "1.0.0" +version = "1.0.1" package_root = os.path.abspath(os.path.dirname(__file__))