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