diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c0d01b0..cd59f320 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.0-alpha](https://github.com/googleapis/python-documentai-toolbox/compare/v0.8.0-alpha...v0.9.0-alpha) (2023-07-07) + + +### Features + +* Added hOCR export functionality ([#123](https://github.com/googleapis/python-documentai-toolbox/issues/123)) ([87d2fc1](https://github.com/googleapis/python-documentai-toolbox/commit/87d2fc160db3d9d5c3306f7e607f148462747aec)) + ## [0.8.0-alpha](https://github.com/googleapis/python-documentai-toolbox/compare/v0.7.0-alpha...v0.8.0-alpha) (2023-06-07) diff --git a/google/cloud/documentai_toolbox/version.py b/google/cloud/documentai_toolbox/version.py index 9b6c7adf..51738e91 100644 --- a/google/cloud/documentai_toolbox/version.py +++ b/google/cloud/documentai_toolbox/version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "0.8.0-alpha" +__version__ = "0.9.0-alpha"