Skip to content

Commit dca853a

Browse files
authored
release 3.5.0 (#646)
1 parent f760fb5 commit dca853a

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.5.0
4+
### Changed
5+
- Fix consistent query interface which caused overloading ambiguity with variable argument
6+
37
## 3.4.0
48
### Added
59
- Support delay start for cron workflows

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.3.0'
43+
version = '3.5.0'
4444

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

0 commit comments

Comments
 (0)