Skip to content

Commit

Permalink
Merge pull request #156 from GoogleCloudPlatform/version-bump
Browse files Browse the repository at this point in the history
Bump version to 1.3.2
  • Loading branch information
nimf committed Dec 3, 2022
2 parents 25f29e9 + 06b3793 commit 0388f59
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.2 (2022-12-02)

### Fixes

* Fix race condition when running and adding state change callbacks. (#155)

## 1.3.1 (2022-10-24)

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

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

0 comments on commit 0388f59

Please sign in to comment.