Skip to content

Commit 0b1555c

Browse files
authored
Prepare release 2.7.8 (#536)
1 parent 70fe1a7 commit 0b1555c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

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

3+
## 2.7.8
4+
- Fix get raw history
5+
- Improve signal processing error and log
6+
- Fix replay error when querying workflow that contains activity retry
7+
38
## 2.7.6
49
- Fix getVersion override when added new version
510
- Add async signal to untypedstub

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ Add *cadence-client* as a dependency to your *pom.xml*:
3131
<dependency>
3232
<groupId>com.uber.cadence</groupId>
3333
<artifactId>cadence-client</artifactId>
34-
<version>2.7.6</version>
34+
<version>2.7.8</version>
3535
</dependency>
3636

3737
or to *build.gradle*:
3838

39-
compile group: 'com.uber.cadence', name: 'cadence-client', version: '2.7.6'
39+
compile group: 'com.uber.cadence', name: 'cadence-client', version: '2.7.8'
4040

4141
## Documentation
4242

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ googleJavaFormat {
3737
}
3838

3939
group = 'com.uber.cadence'
40-
version = '2.7.6'
40+
version = '2.7.8'
4141

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

0 commit comments

Comments
 (0)