Skip to content

Commit

Permalink
release 3.2.0 (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolodezny authored Aug 12, 2021
1 parent 5008365 commit 93424e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.2.0
### Added
- Add Health check API to worker and service interface.
### Changed
- Replace sticky tasklist metrics scope with the same value.

## 3.1.0
### Added
- [New feature] Workflow Shadowing worker and tests. The new shadowing feature provides:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ googleJavaFormat {
}

group = 'com.uber.cadence'
version = '3.1.0'
version = '3.2.0'

description = '''Uber Cadence Java Client'''

Expand Down

0 comments on commit 93424e2

Please sign in to comment.