Skip to content

Commit 30402e3

Browse files
authored
Version bump to 1.9.0 (#226)
1 parent 7e0ffe3 commit 30402e3

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

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.9.0 (2025-12-15)
4+
5+
### Features
6+
7+
* Set channelID in call options for downstream interceptors (#225)
8+
39
## 1.8.0 (2025-12-12)
410

511
### Features

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.8.1-SNAPSHOT'
16+
version = '1.9.0'
1717
group = 'com.google.cloud'
1818
description = 'GRPC-GCP-Extension Java'
1919

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.google.cloud.grpc;
22

33
public class GrpcGcpUtil {
4-
public static final String IMPLEMENTATION_VERSION = "1.8.1-SNAPSHOT";
4+
public static final String IMPLEMENTATION_VERSION = "1.9.0";
55
}

0 commit comments

Comments
 (0)