Skip to content

Commit

Permalink
chore: prepare for 4.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Jul 23, 2024
1 parent 6f0baa0 commit 7fc33a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release Notes

## v4.0.0 - 2024-07-23

- Added:
- Allow to work without input descriptors. EBSI is using this (not spec compliant!)
- Updated:
- use `sd_hash` instead of `_sd_hash`, reflecting the change in the SD-JWT spec


## v3.3.3 - 2024-04-25

- Fixed:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/pex",
"version": "4.0.0-unstable.1",
"version": "4.0.0",
"description": "A Typescript implementation of the v1 and v2 DIF Presentation Exchange specification",
"main": "dist/main/index.js",
"module": "dist/module/index.js",
Expand Down

0 comments on commit 7fc33a2

Please sign in to comment.