Skip to content

Commit 51a1196

Browse files
Update conformance spec version table
1 parent e279256 commit 51a1196

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Current status of features implemented in the SDK is listed in the table below:
1717
| Latest Releases | Conformance to spec version |
1818
| :---: | :---: |
1919
| [v1.0.0](https://github.com/serverlessworkflow/sdk-go/releases) | [v0.5](https://github.com/serverlessworkflow/specification/tree/0.5.x) |
20+
| [v2.0.0](https://github.com/serverlessworkflow/sdk-go/releases) | [v0.6](https://github.com/serverlessworkflow/specification/tree/0.6.x) |
2021

2122
## How to use
2223

@@ -58,4 +59,4 @@ func ParseWorkflow(filePath string) (*model.Workflow, error) {
5859
}
5960
```
6061

61-
The `Workflow` structure then can be used in your application.
62+
The `Workflow` structure then can be used in your application.

0 commit comments

Comments
 (0)