Skip to content

Commit

Permalink
Bump release version
Browse files Browse the repository at this point in the history
  • Loading branch information
longquanzheng committed Aug 25, 2023
1 parent 7835a7c commit d2ae843
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,15 @@ Run the command `git submodule update --remote --merge` to update IDL to the lat

### 2.2

- [x] Support atomic conditional complete workflow by checking signal/internal channel emptiness
- [x] Support atomic conditional complete workflow by checking signal/internal channel emptiness

### 2.3

- [x] Support dynamic data/search attributes and internal/signal channel definition
- [x] Support state options overridden dynamically
- [x] Support describe workflow API

### 2.4

- [x] Support execute API failure policy
- [x] Support RPC persistence locking policy
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ signing {
}

group = "io.iworkflow"
version = "2.2.0"
version = "2.4.0"

nexusPublishing {
repositories {
Expand Down

0 comments on commit d2ae843

Please sign in to comment.