Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
chore(main): release 1.5.0 (#349)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jul 18, 2022
1 parent 3cc3a51 commit 05f0660
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.5.0](https://github.com/googleapis/python-documentai/compare/v1.4.2...v1.5.0) (2022-07-15)


### Features

* add audience parameter ([a904139](https://github.com/googleapis/python-documentai/commit/a9041394c30c0312a5b920adf0639fb08a3cbdca))


### Bug Fixes

* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#344](https://github.com/googleapis/python-documentai/issues/344)) ([a904139](https://github.com/googleapis/python-documentai/commit/a9041394c30c0312a5b920adf0639fb08a3cbdca))
* require python 3.7+ ([#348](https://github.com/googleapis/python-documentai/issues/348)) ([0613329](https://github.com/googleapis/python-documentai/commit/0613329a15c89dd371258f617c8cdc1c497d2396))

## [1.4.2](https://github.com/googleapis/python-documentai/compare/v1.4.1...v1.4.2) (2022-06-03)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import setuptools # type: ignore

version = "1.4.2"
version = "1.5.0"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit 05f0660

Please sign in to comment.