Skip to content

Commit

Permalink
chore: update versions log
Browse files Browse the repository at this point in the history
  • Loading branch information
kshychko committed Nov 6, 2024
1 parent 53f1ede commit d347e98
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions _data/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
Expand Down

0 comments on commit d347e98

Please sign in to comment.