Skip to content

Commit

Permalink
release 3.5.1 (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolodezny authored Nov 24, 2021
1 parent f90070c commit 0109025
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 3.5.1
### Added
- Add CadenceChangeVersion support.
- Allow using other tags in metric reporter.
- Add metric tag to differentiate long-poll and normal request.
### Changed
- Fix identity for sticky worker.
- Improve contributing guide.

## 3.5.0
### Changed
- Fix consistent query interface which caused overloading ambiguity with variable argument
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ googleJavaFormat {
}

group = 'com.uber.cadence'
version = '3.5.0'
version = '3.5.1'

description = '''Uber Cadence Java Client'''

Expand Down

0 comments on commit 0109025

Please sign in to comment.