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

chore(main): release 1.5.0 #349

Merged
merged 1 commit into from
Jul 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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