Skip to content

Commit fdddfbc

Browse files
authored
Release 3.10.1-fix (#860)
* fixed bug: Added alreadyStarted workflow case * populate tasklist kind in poll request
1 parent 0abcc0e commit fdddfbc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 3.10.1
44
- Fixed the bug: workflow already started for migration
5+
- Populate tasklistkind in poll request
56

67
## 3.10.0
78
- Added migrationIWorkflowService

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ googleJavaFormat {
4444
}
4545

4646
group = 'com.uber.cadence'
47-
version = '3.10.1'
47+
version = '3.10.1-fix'
4848

4949
description = '''Uber Cadence Java Client'''
5050

0 commit comments

Comments
 (0)