diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a80ad20..785871d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # 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.13 - 2022-08-15 + +- Updated: + - Updated some dependencies + + ## v0.2.12 - 2022-07-07 - Fixed: diff --git a/package.json b/package.json index 67631691..b53102f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/did-auth-siop", - "version": "0.2.13-next.0", + "version": "0.2.13", "main": "dist/main/index.js", "types": "dist/main/index.d.ts", "license": "Apache-2.0",