Skip to content

Commit

Permalink
Prepare for release 2.5.2 (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liang Mei authored Jul 18, 2019
1 parent a260d2f commit 95f5828
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v2.5.2
- Add saga class that helps user to implement saga pattern in Cadence
- Add activity tasklist rate limiter option to worker options

## v2.5.1
- Fix busy loop in local activity poller if there is no task
- Fix an issue in get history timeout
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ googleJavaFormat {
}

group = 'com.uber.cadence'
version = '2.5.1'
version = '2.5.2'

description = """Uber Cadence Java Client"""

Expand Down

0 comments on commit 95f5828

Please sign in to comment.