Skip to content

Commit

Permalink
chore: prepare for 3.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Feb 2, 2024
1 parent 8e4a3eb commit 0bf7ba0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
# Release Notes

## v3.0.2 - 2024-02-02

- Added:
- In the wild a presentation submission sometimes comes in as a double stringified JSON and thus string format. We
detect and fix that, also providing a warning
- Updated:
- Update to PEX models 2.2.0 which adds support for Verifiable Credential Data Integrity 1.0

## v3.0.1 - 2024-01-19

- Updated:
- SD-JWT dependency updated to 0.2.0
- SSS types updated to 0.18.1
- SD-JWT dependency updated to 0.2.0
- SSS types updated to 0.18.1

## v3.0.0 - 2024-01-14

- Added:
- Initial support for Selective Disclosure JWTs (SD-JWT). API is mostly the same, but to be sure we released it as a
new major version
- Updated:
- Update to latest pex-models, containing some definition updates
- Update to latest pex-models, containing some definition updates
- Fixed:
- Fix evaluation rule All when there are no marked input descriptors

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@sd-jwt/present": "^0.2.0",
"@sd-jwt/decode": "^0.2.0",
"@sd-jwt/utils": "^0.2.0",
"@sphereon/pex-models": "^2.1.5",
"@sphereon/pex-models": "^2.2.0",
"@sphereon/ssi-types": "0.18.1",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -744,10 +744,10 @@
dependencies:
"@sinonjs/commons" "^3.0.0"

"@sphereon/pex-models@^2.1.5":
version "2.1.5"
resolved "https://registry.yarnpkg.com/@sphereon/pex-models/-/pex-models-2.1.5.tgz#ba4474a3783081392b72403c4c8ee6da3d2e5585"
integrity sha512-7THexvdYUK/Dh8olBB46ErT9q/RnecnMdb5r2iwZ6be0Dt4vQLAUN7QU80H0HZBok4jRTb8ydt12x0raBSTHOg==
"@sphereon/pex-models@^2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@sphereon/pex-models/-/pex-models-2.2.0.tgz#32013fff43d4f47df03e213792a9bcc6866a1f06"
integrity sha512-dGDRdoxJj+P0TRqu0R8R0/IdIzrCya1MsnxIFbcmSW3rjPsbwXbV0EojEfxXGD5LhqsUJiuAffMtyE2dtVI/XQ==

"@sphereon/ssi-types@0.18.1":
version "0.18.1"
Expand Down

0 comments on commit 0bf7ba0

Please sign in to comment.