We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac6c45 commit 37bab72Copy full SHA for 37bab72
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
9
## v0.3.0
10
11
- **[server]** Supports encrypted responses by default
packages/server/deno.json
@@ -1,6 +1,6 @@
{
"name": "@simpledigicreds/server",
- "version": "0.2.1",
+ "version": "0.4.0",
"exports": "./src/index.ts",
"imports": {
"@hexagon/base64": "npm:@hexagon/base64@^2.0.4",
0 commit comments