We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d295e3 commit 55205eeCopy full SHA for 55205ee
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Changelog
2
3
-## 3.7
+## 3.7.1
4
+### Added
5
+- Add gRPC channel to client options.
6
+
7
+## 3.7.0
8
### Added
9
- Add gRPC compatibility layer.
10
build.gradle
@@ -44,7 +44,7 @@ googleJavaFormat {
44
}
45
46
group = 'com.uber.cadence'
47
-version = '3.7.0'
+version = '3.7.1'
48
49
description = '''Uber Cadence Java Client'''
50
0 commit comments