Skip to content

Commit aa6b166

Browse files
committed
Bump version for release
1 parent 4fb1d17 commit aa6b166

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For the latest version, [MVN Repository](https://mvnrepository.com/artifact/io.i
2323

2424
```gradle
2525
// https://mvnrepository.com/artifact/io.iworkflow/iwf-java-sdk
26-
implementation 'io.iworkflow:iwf-java-sdk:2.1.+'
26+
implementation 'io.iworkflow:iwf-java-sdk:2.2.+'
2727
```
2828

2929
### Maven
@@ -33,7 +33,7 @@ implementation 'io.iworkflow:iwf-java-sdk:2.1.+'
3333
<dependency>
3434
<groupId>io.iworkflow</groupId>
3535
<artifactId>iwf-java-sdk</artifactId>
36-
<version>2.1.+</version>
36+
<version>2.2.+</version>
3737
<type>pom</type>
3838
</dependency>
3939
@@ -121,3 +121,7 @@ Run the command `git submodule update --remote --merge` to update IDL to the lat
121121
### 2.1
122122

123123
- [x] Support caching on persistence
124+
125+
### 2.2
126+
127+
- [x] Support atomic conditional complete workflow by checking signal/internal channel emptiness

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ signing {
161161
}
162162

163163
group = "io.iworkflow"
164-
version = "2.1.2"
164+
version = "2.2.0"
165165

166166
nexusPublishing {
167167
repositories {

0 commit comments

Comments
 (0)