Skip to content

Commit 6df4242

Browse files
authored
Update changelog and bump up version (#265)
1 parent 71259cb commit 6df4242

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## v2.4.0
4+
- Fixed InternalServiceError Error message on continue_as_new
5+
- Correctly calculate workflow e2e latency
6+
- Exposing CancellationScope.run method
7+
- Add TBase and TEnum type adapter for JsonDataConverter
8+
- Cron child workflow
9+
310
## v2.3.1
411
- Added support for SignalWithStart Service API
512
- Expose methods in TChannel service to allow user to add headers in Thrift request

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.3.1'
40+
version = '2.4.0'
4141

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

0 commit comments

Comments
 (0)