diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f8f000..975de51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ The DID Auth SIOP typescript library is still in an beta state at this point. Please note that the interfaces might still change a bit as the software still is in active development. +## 0.6.3 - 2024-03-20 +- Updated: + - Update to latest @sphereon/ssi-types, including the latest @sd-jwt packages + ## 0.6.2 - 2024-03-04 - Fixed: diff --git a/package.json b/package.json index 2a708e2..eab4275 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/did-auth-siop", - "version": "0.6.3-unstable.0", + "version": "0.6.3", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts",