Skip to content

Commit daa67f3

Browse files
authored
Bump version to 1.7.0 (#217)
1 parent d1adffc commit daa67f3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

grpc-gcp/CHANGELOG.md

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

3+
## 1.7.0 (2025-09-23)
4+
5+
### Features
6+
7+
* Dynamic channel pool scaling (#194)
8+
39
## 1.6.1 (2024-06-17)
410

511
### Features

grpc-gcp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313
mavenLocal()
1414
}
1515

16-
version = '1.6.2-SNAPSHOT'
16+
version = '1.7.0'
1717
group = 'com.google.cloud'
1818
description = 'GRPC-GCP-Extension Java'
1919
sourceCompatibility = '1.8'

0 commit comments

Comments
 (0)