diff --git a/_data/versions.json b/_data/versions.json index 357ed0844..f9c4cc5df 100644 --- a/_data/versions.json +++ b/_data/versions.json @@ -4,13 +4,29 @@ { "major": 0, "log":[ + { + "version": "v0.2.1", + "date": "2024-11-06", + "notes": "v0.2.1 - fixed some sample values and added schema for credential subject only", + "context": "0.2.1/", + "schema": "untp-dia-schema-0.2.1.json", + "instance": "untp-dia-instance-0.2.1.json" + }, + { + "version": "v0.2.0", + "date": "2024-11-06", + "notes": "v0.2.0 - removed verifiedDIDList in favour of a single linked DID that is the subject of the DIA", + "context": "0.2.0/", + "schema": "untp-dia-schema-0.2.0.json", + "instance": "untp-dia-instance-0.2.0.json" + }, { "version": "v0.1.0", "date": "2024-11-05", - "notes": "v0.4.2 - pre-release for verification", - "context": "0.4.2/", - "schema": "untp-dte-schema-0.4.2.json", - "instance": "untp-dte-instance-0.4.2.json" + "notes": "v0.1.0 - Initial raw draft", + "context": "0.1.0/", + "schema": "untp-dia-schema-0.1.0.json", + "instance": "untp-dia-instance-0.1.0.json" } ] }