Skip to content

Commit e7c6947

Browse files
authored
release 3.6.0 (#665)
1 parent d5b5e3c commit e7c6947

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.6.0
4+
### Added
5+
- Introduce experimental flag and add logic for capacity based polling.
6+
37
## 3.5.1
48
### Added
59
- Add CadenceChangeVersion support.

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ googleJavaFormat {
4040
}
4141

4242
group = 'com.uber.cadence'
43-
version = '3.5.1'
43+
version = '3.6.0'
4444

4545
description = '''Uber Cadence Java Client'''
4646

0 commit comments

Comments
 (0)