Skip to content

Commit 93424e2

Browse files
authored
release 3.2.0 (#629)
1 parent 5008365 commit 93424e2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 3.2.0
4+
### Added
5+
- Add Health check API to worker and service interface.
6+
### Changed
7+
- Replace sticky tasklist metrics scope with the same value.
8+
39
## 3.1.0
410
### Added
511
- [New feature] Workflow Shadowing worker and tests. The new shadowing feature provides:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ googleJavaFormat {
4040
}
4141

4242
group = 'com.uber.cadence'
43-
version = '3.1.0'
43+
version = '3.2.0'
4444

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

0 commit comments

Comments
 (0)