Skip to content

Commit

Permalink
Use @digitalbazaar/oid4-client@4 to fix OID4VP authz request.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlongley committed Sep 20, 2024
1 parent ccd7f33 commit ae56bd7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# bedrock-vc-delivery ChangeLog

## 6.0.0 - 2024-09-dd

### Changed
- **BREAKING**: Use `@digitalbazaar/oid4-client@4` to get fix to
auto-generated OID4VP authorization requests (use `allOf` JSON
schema instead of invalid `contains` with an array value).

## 5.6.0 - 2024-09-12

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@digitalbazaar/ed25519-multikey": "^1.1.0",
"@digitalbazaar/ed25519-signature-2020": "^5.4.0",
"@digitalbazaar/ezcap": "^4.1.0",
"@digitalbazaar/oid4-client": "^3.4.1",
"@digitalbazaar/oid4-client": "^4.0.0",
"@digitalbazaar/vc": "^7.0.0",
"assert-plus": "^1.0.0",
"bnid": "^3.0.0",
Expand Down

0 comments on commit ae56bd7

Please sign in to comment.