Skip to content
Closed
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.13.0"
".": "1.14.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.14.0](https://github.com/googleapis/google-cloud-java/compare/v1.13.0...v1.14.0) (2023-06-20)


### Features

* [documentai] add StyleInfo to document.proto ([#9551](https://github.com/googleapis/google-cloud-java/issues/9551)) ([c873d10](https://github.com/googleapis/google-cloud-java/commit/c873d103a625d41838c582737f4b98da6605d47f))
* [migrationcenter] Migration Center API ([#9532](https://github.com/googleapis/google-cloud-java/issues/9532)) ([07a8685](https://github.com/googleapis/google-cloud-java/commit/07a86854bd8a996b5835d086418189a8ac89c9ad))
* [vmwareengine] Adding private connection CRUD, updating management subnets and time-limited PC features ([#9531](https://github.com/googleapis/google-cloud-java/issues/9531)) ([bb8a4bc](https://github.com/googleapis/google-cloud-java/commit/bb8a4bc8022d232a658c7a43fd57f8e976872143))


### Bug Fixes

* **ci:** specifying fetch depth in CHANGELOG.md generation ([#9564](https://github.com/googleapis/google-cloud-java/issues/9564)) ([0158232](https://github.com/googleapis/google-cloud-java/commit/0158232c5a99773e87d365f568c432de7e83d80b))
* **deps:** update dependency com.google.cloud:google-cloud-pubsub-bom to v1.123.14 ([#9522](https://github.com/googleapis/google-cloud-java/issues/9522)) ([78fbbe2](https://github.com/googleapis/google-cloud-java/commit/78fbbe2b03befda2cb3ed338ecdceeac74a4d103))
* **deps:** update dependency com.google.cloud:google-cloud-storage to v2.22.4 ([#9518](https://github.com/googleapis/google-cloud-java/issues/9518)) ([36a2843](https://github.com/googleapis/google-cloud-java/commit/36a284334cd8b00da8aa71ec589fe1c6155fb64d))

## [1.13.0](https://github.com/googleapis/google-cloud-java/compare/v1.12.0...v1.13.0) (2023-06-08)


Expand Down
53 changes: 52 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,57 @@
{
"repository": "googleapis/google-cloud-java",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "bb8a4bc8022d232a658c7a43fd57f8e976872143",
"message": "[vmwareengine] Adding private connection CRUD, updating management subnets and time-limited PC features",
"issues": [
"9531"
]
}
],
"version": "1.14.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-vmwareengine",
"id": "a762b3c9-4ef7-4438-a690-a14cbc531c3d",
"createTime": "2023-06-20T22:00:11.185Z"
},
{
"changes": [
{
"type": "feat",
"sha": "07a86854bd8a996b5835d086418189a8ac89c9ad",
"message": "[migrationcenter] Migration Center API",
"issues": [
"9532"
]
}
],
"version": "1.14.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-migrationcenter",
"id": "66d78ad4-0359-45e3-88fe-82a2f12371f0",
"createTime": "2023-06-20T22:00:11.182Z"
},
{
"changes": [
{
"type": "feat",
"sha": "c873d103a625d41838c582737f4b98da6605d47f",
"message": "[documentai] add StyleInfo to document.proto",
"issues": [
"9551"
]
}
],
"version": "1.14.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-document-ai",
"id": "dd84b864-1f3e-4c65-96e0-8c975220917e",
"createTime": "2023-06-20T22:00:11.179Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -7513,5 +7564,5 @@
"createTime": "2023-02-03T16:27:23.198Z"
}
],
"updateTime": "2023-06-08T04:00:46.193Z"
"updateTime": "2023-06-20T22:00:11.185Z"
}
Loading