Skip to content

Commit

Permalink
Release 3.12.2 (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
shijiesheng authored May 22, 2024
1 parent 1cfbe26 commit efd64b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 3.12.2
- Downgrade java-jwt dependency to 3.10.2 to fix #900

## 3.12.1
- Refactor ActivityTaskExecutor to use ActivityTask interface (#897)
- Fixed memory leak caused by incorrect context deactivation (#896)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ googleJavaFormat {
}

group = 'com.uber.cadence'
version = '3.12.1'
version = '3.12.2'

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

Expand Down

0 comments on commit efd64b7

Please sign in to comment.