Skip to content

Commit

Permalink
Update conformance spec version table
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardozanini authored May 18, 2021
1 parent e279256 commit 51a1196
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Current status of features implemented in the SDK is listed in the table below:
| Latest Releases | Conformance to spec version |
| :---: | :---: |
| [v1.0.0](https://github.com/serverlessworkflow/sdk-go/releases) | [v0.5](https://github.com/serverlessworkflow/specification/tree/0.5.x) |
| [v2.0.0](https://github.com/serverlessworkflow/sdk-go/releases) | [v0.6](https://github.com/serverlessworkflow/specification/tree/0.6.x) |

## How to use

Expand Down Expand Up @@ -58,4 +59,4 @@ func ParseWorkflow(filePath string) (*model.Workflow, error) {
}
```

The `Workflow` structure then can be used in your application.
The `Workflow` structure then can be used in your application.

0 comments on commit 51a1196

Please sign in to comment.