Skip to content

Commit 42d2135

Browse files
authored
Prepare release 2.6.3 (#413)
1 parent 891d292 commit 42d2135

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

3+
## v2.6.3
4+
- Add Upsert Search Attributes
5+
- Support get search attributes inside workflow
6+
37
## v2.6.2
48
- Cleanup threads created in signal method on decider close
59
- Fixed exception propagation from child workflows

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

3737
or to *build.gradle*:
3838

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

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

0 commit comments

Comments
 (0)