Skip to content

Commit

Permalink
Merge pull request #150 from GoogleCloudPlatform/version-bump
Browse files Browse the repository at this point in the history
grpc-gcp version bump to 1.3.0
  • Loading branch information
nimf committed Oct 12, 2022
2 parents 14cb9e8 + 8e389c1 commit 1075242
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion grpc-gcp/CHANGELOG.md
@@ -1,6 +1,13 @@
# Changelog

## 1.2.0 (2021-07-18)
## 1.3.0 (2022-10-12)

### Features

* Add switching delay to GcpMultiEndpointChannel. (#145)
* Look for a multi-endpoint specified in gRPC context. (#149)

## 1.2.0 (2022-07-18)

### Features

Expand Down
2 changes: 1 addition & 1 deletion grpc-gcp/build.gradle
Expand Up @@ -15,7 +15,7 @@ repositories {
mavenLocal()
}

version = '1.2.1'
version = '1.3.0'
group = 'com.google.cloud'
description = 'GRPC-GCP-Extension Java'
sourceCompatibility = '1.8'
Expand Down

0 comments on commit 1075242

Please sign in to comment.