We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69dc730 commit 643aae3Copy full SHA for 643aae3
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 3.9.1
4
+- Added initialization of contextPropagators from passed options
5
+- Updated rpc-caller header of grpc
6
+
7
## 3.9.0
8
### Added
9
- Add ability to override activity options
build.gradle
@@ -44,7 +44,7 @@ googleJavaFormat {
44
}
45
46
group = 'com.uber.cadence'
47
-version = '3.9.0'
+version = '3.9.1'
48
49
description = '''Uber Cadence Java Client'''
50
0 commit comments