Skip to content

Commit 37bab72

Browse files
committed
Update server to v0.4.0
1 parent cac6c45 commit 37bab72

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## v0.4.0
4+
5+
- **[server]** Presentation requests can now be generated for mdoc credentials using different
6+
doctypes and more complex claim paths, and for SD-JWT-VC credentials with more complex paths
7+
([#16](https://github.com/MasterKale/SimpleDigiCreds/pull/16))
8+
39
## v0.3.0
410

511
- **[server]** Supports encrypted responses by default

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.2.1",
3+
"version": "0.4.0",
44
"exports": "./src/index.ts",
55
"imports": {
66
"@hexagon/base64": "npm:@hexagon/base64@^2.0.4",

0 commit comments

Comments
 (0)