Skip to content

Commit a294808

Browse files
authored
Bump to 1.9.1 (#229)
1 parent 24c1265 commit a294808

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

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.9.1 (2025-12-27)
4+
5+
### Fixes
6+
7+
* Fix race for metrics values (#228)
8+
39
## 1.9.0 (2025-12-15)
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.9.1-SNAPSHOT'
16+
version = '1.9.1'
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.9.1-SNAPSHOT";
4+
public static final String IMPLEMENTATION_VERSION = "1.9.1";
55
}

0 commit comments

Comments
 (0)