diff --git a/CHANGELOG.md b/CHANGELOG.md index f40b73f7..9a80ad20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/package.json b/package.json index 30bc5aca..eeab1ea3 100644 --- a/package.json +++ b/package.json @@ -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",