Skip to content

Commit d2ae843

Browse files
committed
Bump release version
1 parent 7835a7c commit d2ae843

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,15 @@ Run the command `git submodule update --remote --merge` to update IDL to the lat
124124

125125
### 2.2
126126

127-
- [x] Support atomic conditional complete workflow by checking signal/internal channel emptiness
127+
- [x] Support atomic conditional complete workflow by checking signal/internal channel emptiness
128+
129+
### 2.3
130+
131+
- [x] Support dynamic data/search attributes and internal/signal channel definition
132+
- [x] Support state options overridden dynamically
133+
- [x] Support describe workflow API
134+
135+
### 2.4
136+
137+
- [x] Support execute API failure policy
138+
- [x] Support RPC persistence locking policy

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.2.0"
164+
version = "2.4.0"
165165

166166
nexusPublishing {
167167
repositories {

0 commit comments

Comments
 (0)