We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f2c83 commit 754a088Copy full SHA for 754a088
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 3.11.0
4
+- Added opentracing support in workflow lifecycles #876
5
+
6
## 3.10.1
7
- Fixed the bug: workflow already started for migration
8
- Populate tasklistkind in poll request
build.gradle
@@ -44,7 +44,7 @@ googleJavaFormat {
44
}
45
46
group = 'com.uber.cadence'
47
-version = '3.10.1-fix'
+version = '3.11.0'
48
49
description = '''Uber Cadence Java Client'''
50
0 commit comments