Skip to content

Commit

Permalink
Use @digitalbazaar/bbs-2023-cryptosuite@2.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlongley committed Aug 19, 2024
1 parent 76ae6a0 commit 60e7ec8
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-verifier ChangeLog

## 21.0.0 - 2024-08-dd

### Changed
- **BREAKING**: Use `@digitalbazaar/bbs-2023-cryptosuite@2` to get
interoperability with the latest IETF BBS draft 6. Previous BBS proofs are
no longer compatible and should be considered obsolete.

## 20.1.2 - 2024-08-08

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/digitalbazaar/bedrock-vc-verifier",
"dependencies": {
"@digitalbazaar/bbs-2023-cryptosuite": "^1.2.0",
"@digitalbazaar/bbs-2023-cryptosuite": "^2.0.0",
"@digitalbazaar/data-integrity": "^2.2.0",
"@digitalbazaar/ecdsa-2019-cryptosuite": "^2.0.0",
"@digitalbazaar/ecdsa-multikey": "^1.7.0",
Expand Down

0 comments on commit 60e7ec8

Please sign in to comment.