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

Commit ed4232c

Browse files
chore: release 1.1.0 (#226)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 5c4b00a commit ed4232c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [1.1.0](https://www.github.com/googleapis/python-documentai/compare/v1.0.0...v1.1.0) (2021-10-08)
4+
5+
6+
### Features
7+
8+
* add context manager support in client ([#224](https://www.github.com/googleapis/python-documentai/issues/224)) ([8b65652](https://www.github.com/googleapis/python-documentai/commit/8b6565236ec9c8f598efb55bd85937789c70fe3f))
9+
10+
11+
### Bug Fixes
12+
13+
* add 'dict' annotation type to 'request' ([a95fac8](https://www.github.com/googleapis/python-documentai/commit/a95fac859f1c175080f6fa8c856abd64e5ea9f19))
14+
* improper types in pagers generation ([fd5dd70](https://www.github.com/googleapis/python-documentai/commit/fd5dd70ada7caf40d3dcd4b86e71e05820d5631f))
15+
* **v1beta2:** enable self signed jwt for grpc ([#191](https://www.github.com/googleapis/python-documentai/issues/191)) ([14e7765](https://www.github.com/googleapis/python-documentai/commit/14e77652ec6d49fc8b60808f9322004899b04cf3))
16+
* **v1beta2:** Update DocumentUnderstandingService default_host from a regional endpoint to non-regional ([#195](https://www.github.com/googleapis/python-documentai/issues/195)) ([090bcc5](https://www.github.com/googleapis/python-documentai/commit/090bcc568a2f448c00a0062bc0a3eddddc8ded87))
17+
318
## [1.0.0](https://www.github.com/googleapis/python-documentai/compare/v0.5.0...v1.0.0) (2021-07-26)
419

520

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import setuptools # type: ignore
2121

22-
version = "1.0.0"
22+
version = "1.1.0"
2323

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

0 commit comments

Comments
 (0)