Skip to content

Commit

Permalink
chore(main): release google-cloud-document_ai 2.0.0 (#29102)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 13, 2025
1 parent 6032aa3 commit 77db9da
Show file tree
Hide file tree
Showing 3 changed files with 13 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 @@ -325,7 +325,7 @@
"google-cloud-dlp-v2+FILLER": "0.0.0",
"google-cloud-dns": "1.0.0",
"google-cloud-dns+FILLER": "0.0.0",
"google-cloud-document_ai": "1.5.0",
"google-cloud-document_ai": "2.0.0",
"google-cloud-document_ai+FILLER": "0.0.0",
"google-cloud-document_ai-v1": "1.4.0",
"google-cloud-document_ai-v1+FILLER": "0.0.0",
Expand Down
11 changes: 11 additions & 0 deletions google-cloud-document_ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release History

### 2.0.0 (2025-02-13)

### ⚠ BREAKING CHANGES

* Removed dependency on google-cloud-document_ai-v1beta3 prerelease service

#### Features

* Removed dependency on google-cloud-document_ai-v1beta3 prerelease service
* Updated google-cloud-document_ai-v1 dependency to version 1.x ([#29007](https://github.com/googleapis/google-cloud-ruby/issues/29007))

### 1.5.0 (2025-01-29)

#### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Google
module Cloud
module DocumentAI
VERSION = "1.5.0"
VERSION = "2.0.0"
end
end
end

0 comments on commit 77db9da

Please sign in to comment.