Skip to content

Commit

Permalink
Prepare release 2.7.8 (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
vancexu committed Oct 5, 2020
1 parent 70fe1a7 commit 0b1555c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.7.8
- Fix get raw history
- Improve signal processing error and log
- Fix replay error when querying workflow that contains activity retry

## 2.7.6
- Fix getVersion override when added new version
- Add async signal to untypedstub
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ Add *cadence-client* as a dependency to your *pom.xml*:
<dependency>
<groupId>com.uber.cadence</groupId>
<artifactId>cadence-client</artifactId>
<version>2.7.6</version>
<version>2.7.8</version>
</dependency>

or to *build.gradle*:

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

## Documentation

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.7.6'
version = '2.7.8'

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

Expand Down

0 comments on commit 0b1555c

Please sign in to comment.