Skip to content

Commit 0109025

Browse files
authored
release 3.5.1 (#660)
1 parent f90070c commit 0109025

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## 3.5.1
4+
### Added
5+
- Add CadenceChangeVersion support.
6+
- Allow using other tags in metric reporter.
7+
- Add metric tag to differentiate long-poll and normal request.
8+
### Changed
9+
- Fix identity for sticky worker.
10+
- Improve contributing guide.
11+
312
## 3.5.0
413
### Changed
514
- Fix consistent query interface which caused overloading ambiguity with variable argument

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.0'
43+
version = '3.5.1'
4444

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

0 commit comments

Comments
 (0)