Skip to content

Commit 643aae3

Browse files
committed
release note
1 parent 69dc730 commit 643aae3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.9.1
4+
- Added initialization of contextPropagators from passed options
5+
- Updated rpc-caller header of grpc
6+
37
## 3.9.0
48
### Added
59
- Add ability to override activity options

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ googleJavaFormat {
4444
}
4545

4646
group = 'com.uber.cadence'
47-
version = '3.9.0'
47+
version = '3.9.1'
4848

4949
description = '''Uber Cadence Java Client'''
5050

0 commit comments

Comments
 (0)