Skip to content

Commit

Permalink
grpc-gcp version bump to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nimf committed Oct 11, 2022
1 parent 311dd97 commit 8e389c1
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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 8e389c1

Please sign in to comment.