Skip to content

Commit

Permalink
Release v3.12.3 (#909)
Browse files Browse the repository at this point in the history
## 3.12.3
- Remove unused direct dependency of com.google.http-client
- Fix context propagation bug that would link two parents in some cases
  • Loading branch information
shijiesheng authored Jun 4, 2024
1 parent 12aacfe commit 5caf971
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.12.3
- Remove unused direct dependency of com.google.http-client
- Fix context propagation bug that would link two parents in some cases

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

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.2'
version = '3.12.3'

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

Expand Down

0 comments on commit 5caf971

Please sign in to comment.