Skip to content

Commit

Permalink
Release 0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Jul 6, 2022
1 parent 479e748 commit a0a22af
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,6 +1,13 @@
# Release Notes
The DID Auth SIOP typescript library is still in an alpha state at this point. Please note that the interfaces might still change a bit as the software still is in active development.

## v0.2.12 - 2022-07-07

- Fixed:
- We did not check the proper claims in an AuthResponse to determine the key type, resulting in an invalid JWT header
- Removed some remnants of the DID-jwt fork


## v0.2.11 - 2022-07-01

- Updated:
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/did-auth-siop",
"version": "0.2.12-next.4",
"version": "0.2.12",
"main": "dist/main/index.js",
"types": "dist/main/index.d.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit a0a22af

Please sign in to comment.