Skip to content

Commit 2141e1d

Browse files
committed
Prepare 2.7.4 release
1 parent 0880afa commit 2141e1d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

3+
## v2.7.4
4+
- Fix prometheus reporting issue
5+
- Fix Promise.allOf should not block on empty input
6+
- Misc: Added project directory to sourceItems path
7+
- Add async start to untype stub
8+
39
## v2.7.3
410
- Add wf type tag in decider metrics scope
511
- Fix WorkflowStub.fromTyped method

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.3</version>
34+
<version>2.7.4</version>
3535
</dependency>
3636

3737
or to *build.gradle*:
3838

39-
compile group: 'com.uber.cadence', name: 'cadence-client', version: '2.7.3'
39+
compile group: 'com.uber.cadence', name: 'cadence-client', version: '2.7.4'
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.3'
40+
version = '2.7.4'
4141

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

0 commit comments

Comments
 (0)