We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cfbe26 commit efd64b7Copy full SHA for efd64b7
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 3.12.2
4
+- Downgrade java-jwt dependency to 3.10.2 to fix #900
5
+
6
## 3.12.1
7
- Refactor ActivityTaskExecutor to use ActivityTask interface (#897)
8
- Fixed memory leak caused by incorrect context deactivation (#896)
build.gradle
@@ -44,7 +44,7 @@ googleJavaFormat {
44
}
45
46
group = 'com.uber.cadence'
47
-version = '3.12.1'
+version = '3.12.2'
48
49
description = '''Uber Cadence Java Client'''
50
0 commit comments