Skip to content

Commit 69b9f5f

Browse files
chore(main): release 1.74.0
1 parent b8be2a7 commit 69b9f5f

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.73.0"
2+
".": "1.74.0"
33
}

CHANGELOG.md

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

3+
## [1.74.0](https://github.com/googleapis/google-cloud-java/compare/v1.73.0...v1.74.0) (2025-11-14)
4+
5+
6+
### Bug Fixes
7+
8+
* use right proto path for vectorsearch ([#11794](https://github.com/googleapis/google-cloud-java/issues/11794)) ([7a870d9](https://github.com/googleapis/google-cloud-java/commit/7a870d9163d5febdb8c4f9b8ca72e54ecc210dff))
9+
310
## [1.73.0](https://github.com/googleapis/google-cloud-java/compare/v1.72.0...v1.73.0) (2025-11-10)
411

512

changelog.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"repository": "googleapis/google-cloud-java",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "7a870d9163d5febdb8c4f9b8ca72e54ecc210dff",
9+
"message": "use right proto path for vectorsearch",
10+
"issues": [
11+
"11794"
12+
]
13+
}
14+
],
15+
"version": "1.74.0",
16+
"language": "JAVA",
17+
"artifactName": "com.google.cloud:google-cloud-vectorsearch",
18+
"id": "aa17860d-adbf-4bc6-bc14-372c63ec7b66",
19+
"createTime": "2025-11-14T23:05:18.676Z"
20+
},
421
{
522
"changes": [
623
{
@@ -1054727,5 +1054744,5 @@
10547271054744
"createTime": "2023-02-03T16:27:23.198Z"
10547281054745
}
10547291054746
],
1054730-
"updateTime": "2025-10-21T18:13:54.944Z"
1054747+
"updateTime": "2025-11-14T23:05:18.676Z"
10547311054748
}

0 commit comments

Comments
 (0)