Skip to content

Commit 7dca5a5

Browse files
authored
release 3.6.2 (#670)
1 parent cb5d6ec commit 7dca5a5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.6.2
4+
### Added
5+
- Add refresh tasks API to provide ability to refresh tasks on stuck workflows.
6+
37
## 3.6.1
48
### Changed
59
- Fix a bug for PollOnlyIfExecutorHasCapacity flag about pool size.

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ googleJavaFormat {
4040
}
4141

4242
group = 'com.uber.cadence'
43-
version = '3.6.1'
43+
version = '3.6.2'
4444

4545
description = '''Uber Cadence Java Client'''
4646

0 commit comments

Comments
 (0)