We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8311917 commit 51654a5Copy full SHA for 51654a5
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 3.7.2
4
+- Fix gRPC adapter for List APIs.
5
+
6
## 3.7.1
7
### Added
8
- Add gRPC channel to client options.
build.gradle
@@ -44,7 +44,7 @@ googleJavaFormat {
44
}
45
46
group = 'com.uber.cadence'
47
-version = '3.7.1'
+version = '3.7.2'
48
49
description = '''Uber Cadence Java Client'''
50
0 commit comments