Skip to content

Commit

Permalink
chore(main): release google-cloud-document_ai-v1beta3 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 21, 2024
1 parent 0232f37 commit 8e7923a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
"google-cloud-document_ai+FILLER": "0.0.0",
"google-cloud-document_ai-v1": "0.19.0",
"google-cloud-document_ai-v1+FILLER": "0.0.0",
"google-cloud-document_ai-v1beta3": "0.31.0",
"google-cloud-document_ai-v1beta3": "0.32.0",
"google-cloud-document_ai-v1beta3+FILLER": "0.0.0",
"google-cloud-domains": "1.3.0",
"google-cloud-domains+FILLER": "0.0.0",
Expand Down
14 changes: 14 additions & 0 deletions google-cloud-document_ai-v1beta3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Release History

### 0.32.0 (2024-02-21)

#### Features

* adds display_name to DocumentSchema
* adds foundation_model_tuning_options to TrainProcessorVersionRequest ([#24825](https://github.com/googleapis/google-cloud-ruby/issues/24825))
* adds labels to ProcessRequest and BatchProcessRequest
#### Bug Fixes

* deprecates Dataset.document_warehouse_config
#### Documentation

* updates to comments

### 0.31.0 (2024-02-06)

#### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module DocumentAI
module V1beta3
VERSION = "0.31.0"
VERSION = "0.32.0"
end
end
end
Expand Down

0 comments on commit 8e7923a

Please sign in to comment.