Skip to content

Commit

Permalink
Prepare v2.7.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vancexu committed Aug 20, 2020
1 parent b457d0c commit 1a9c74e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2.7.5
- Added supports contextPropagators for localActivity

## v2.7.4
- Fix prometheus reporting issue
- Fix Promise.allOf should not block on empty input
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.4</version>
<version>2.7.5</version>
</dependency>

or to *build.gradle*:

compile group: 'com.uber.cadence', name: 'cadence-client', version: '2.7.4'
compile group: 'com.uber.cadence', name: 'cadence-client', version: '2.7.5'

## 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.4'
version = '2.7.5'

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

Expand Down

0 comments on commit 1a9c74e

Please sign in to comment.