diff --git a/CHANGELOG.md b/CHANGELOG.md index 45137ca7..f5a09428 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ # Release Notes +## v0.2.3 - 2021-12-10 + +This is an Alpha release of the DID Auth SIOP typescript library. Please note that the interfaces might still change a bit as the software still is in active development. + +- Fixed: + - Check nonce and did support first before verifying JWT + +- Updated: + * Updated PE-JS dependency that fixed a JSON-path bug impacting us + + ## v0.2.2 - 2021-11-29 This is an Alpha release of the DID Auth SIOP typescript library. Please note that the interfaces might still change a bit as the software still is in active development. diff --git a/package.json b/package.json index 8327255a..e1765543 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/did-auth-siop", - "version": "0.2.3-unstable.0", + "version": "0.2.3", "main": "dist/main/index.js", "types": "dist/main/index.d.ts", "license": "Apache-2.0",