Skip to content

Commit 36f09e7

Browse files
committed
Update server to v0.2.0
1 parent 6fc646a commit 36f09e7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v0.2.0
4+
5+
- **[server]** Supports end-to-end OID4VP + SD-JWT-VC presentation request (unsigned) and
6+
verification (unencrypted) ([#10](https://github.com/MasterKale/SimpleDigiCreds/pull/10))
7+
- **[server]** `generateRequestOptions()` has been renamted to `generatePresentationOptions()`, and
8+
`verifyResponse()` is now `verifyPresentationResponse()`
9+
([#9](https://github.com/MasterKale/SimpleDigiCreds/pull/9))
10+
311
## v0.1.0
412

513
- An example site can be started via `deno task example:start` to test out this project locally

packages/server/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simpledigicreds/server",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"exports": "./src/index.ts",
55
"imports": {
66
"@hexagon/base64": "npm:@hexagon/base64@^2.0.4",

0 commit comments

Comments
 (0)