Skip to content

Commit 2c66816

Browse files
authored
Prepare for 2.5.1 release (#339)
1 parent 1178730 commit 2c66816

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v2.5.1
4+
- Fix busy loop in local activity poller if there is no task
5+
- Fix an issue in get history timeout
6+
- Lock decider while processing
7+
- Timer firing fix
8+
39
## v2.5.0
410
- Local activities
511
- Make sure signals are applied in the same order as they appear in history

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ googleJavaFormat {
3737
}
3838

3939
group = 'com.uber.cadence'
40-
version = '2.5.0'
40+
version = '2.5.1'
4141

4242
description = """Uber Cadence Java Client"""
4343

0 commit comments

Comments
 (0)