Skip to content

Commit

Permalink
Merge pull request #152 from GoogleCloudPlatform/version-bump
Browse files Browse the repository at this point in the history
bump version to 1.3.1
  • Loading branch information
nimf committed Oct 25, 2022
2 parents f47d674 + 2c128de commit dd51ed1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions grpc-gcp/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 1.3.1 (2022-10-24)

### Fixes

* MultiEndpoint: allow specifying protocol in the endpoint. (#151)

## 1.3.0 (2022-10-12)

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

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

0 comments on commit dd51ed1

Please sign in to comment.