Skip to content

Commit 89eaf91

Browse files
authored
release 3.7.0 (#730)
1 parent 8ba323f commit 89eaf91

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.7
4+
### Added
5+
- Add gRPC compatibility layer.
6+
37
## 3.6.2
48
### Added
59
- Add refresh tasks API to provide ability to refresh tasks on stuck workflows.

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.6.2'
47+
version = '3.7.0'
4848

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

0 commit comments

Comments
 (0)