Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

## [0.5.0-alpha](https://github.com/googleapis/python-documentai-toolbox/compare/v0.4.1-alpha...v0.5.0-alpha) (2023-04-07)


### Features

* Add Import Document from Batch Process Metadata & Operation ([#88](https://github.com/googleapis/python-documentai-toolbox/issues/88)) ([f95bbea](https://github.com/googleapis/python-documentai-toolbox/commit/f95bbeab818f37a9885f6025af04ad102e3e2b25))
* Added Export Images functionality ([#96](https://github.com/googleapis/python-documentai-toolbox/issues/96)) ([383e105](https://github.com/googleapis/python-documentai-toolbox/commit/383e1056669a07995825b4756a4100bb305bb98b))
* Update Max Files per Batch Request to 1000 ([#91](https://github.com/googleapis/python-documentai-toolbox/issues/91)) ([3bbc0f0](https://github.com/googleapis/python-documentai-toolbox/commit/3bbc0f08506be65392a19d9caec3450d68311989))

## [0.4.1-alpha](https://github.com/googleapis/python-documentai-toolbox/compare/v0.4.0-alpha...v0.4.1-alpha) (2023-03-21)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/documentai_toolbox/version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.4.1-alpha"
__version__ = "0.5.0-alpha"

0 comments on commit 514a10c

Please sign in to comment.