diff --git a/CHANGELOG.md b/CHANGELOG.md index abf05b2..785fbd3 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/google/cloud/documentai_toolbox/version.py b/google/cloud/documentai_toolbox/version.py index 6beebb3..eba8486 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.4.1-alpha" +__version__ = "0.5.0-alpha"