Skip to content

Commit 55205ee

Browse files
authored
release 3.7.1 (#733)
1 parent 1d295e3 commit 55205ee

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
## 3.7
3+
## 3.7.1
4+
### Added
5+
- Add gRPC channel to client options.
6+
7+
## 3.7.0
48
### Added
59
- Add gRPC compatibility layer.
610

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.7.0'
47+
version = '3.7.1'
4848

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

0 commit comments

Comments
 (0)