Skip to content

Commit a71689b

Browse files
chore(main): release 1.70.0
1 parent 4d8210d commit a71689b

File tree

4 files changed

+34
-5
lines changed

4 files changed

+34
-5
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.69.0"
2+
".": "1.70.0"
33
}

CHANGELOG.md

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

3+
## [1.70.0](https://github.com/googleapis/google-cloud-java/compare/v1.69.0...v1.70.0) (2025-10-07)
4+
5+
6+
### Features
7+
8+
* [locationfinder] new module for locationfinder ([#11751](https://github.com/googleapis/google-cloud-java/issues/11751)) ([afc6de4](https://github.com/googleapis/google-cloud-java/commit/afc6de40c2c8b9bbe93d6f2f01a10bee6e12e762))
9+
10+
11+
### Bug Fixes
12+
13+
* update dependency com.google.cloud:sdk-platform-java-config to v3.52.3 ([#11755](https://github.com/googleapis/google-cloud-java/issues/11755)) ([b117bc3](https://github.com/googleapis/google-cloud-java/commit/b117bc3d8d04ccc3c1f5586b73e1718ff46b23e6))
14+
315
## [1.69.0](https://github.com/googleapis/google-cloud-java/compare/v1.68.0...v1.69.0) (2025-09-22)
416

517

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": "feat",
8+
"sha": "afc6de40c2c8b9bbe93d6f2f01a10bee6e12e762",
9+
"message": "[locationfinder] new module for locationfinder",
10+
"issues": [
11+
"11751"
12+
]
13+
}
14+
],
15+
"version": "1.70.0",
16+
"language": "JAVA",
17+
"artifactName": "com.google.cloud:google-cloud-locationfinder",
18+
"id": "3dc39b1a-8e6a-46ab-8eb2-757ee0b78b75",
19+
"createTime": "2025-10-07T14:33:11.373Z"
20+
},
421
{
522
"changes": [
623
{
@@ -1000462,5 +1000479,5 @@
10004621000479
"createTime": "2023-02-03T16:27:23.198Z"
10004631000480
}
10004641000481
],
1000465-
"updateTime": "2025-09-22T14:10:05.760Z"
1000482+
"updateTime": "2025-10-07T14:33:11.373Z"
10004661000483
}

java-vertexai/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,20 +48,20 @@ If you're using Maven without the BOM, add the following to your dependencies:
4848
<dependency>
4949
<groupId>com.google.cloud</groupId>
5050
<artifactId>google-cloud-vertexai</artifactId>
51-
<version>1.35.0</version>
51+
<version>1.36.0</version>
5252
</dependency>
5353
```
5454

5555
If you are using Gradle without BOM, add this to your dependencies:
5656

5757
```Groovy
58-
implementation 'com.google.cloud:google-cloud-vertexai:1.35.0'
58+
implementation 'com.google.cloud:google-cloud-vertexai:1.36.0'
5959
```
6060

6161
If you are using SBT, add this to your dependencies:
6262

6363
```Scala
64-
libraryDependencies += "com.google.cloud" % "google-cloud-vertexai" % "1.35.0"
64+
libraryDependencies += "com.google.cloud" % "google-cloud-vertexai" % "1.36.0"
6565
```
6666
<!-- {x-version-update-end} -->
6767

0 commit comments

Comments
 (0)