diff --git a/CHANGELOG.md b/CHANGELOG.md index 6361e43..2dd7b8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ # Changelog All notable changes to this project will be documented in this file. + +### [0.0.6](https://github.com/validatedid/did-auth-oidc-siop/compare/v0.0.1...v0.0.6) (2020-11-06) + +# Changelog + +All notable changes to this project will be documented in this file. diff --git a/package-lock.json b/package-lock.json index 770bb23..796e33f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@validatedid/did-auth", - "version": "0.0.1", + "version": "0.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 878dc11..25fa55c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@validatedid/did-auth", - "version": "0.0.5", + "version": "0.0.6", "description": "Validated ID Authentication library that implements an OIDC-SIOP with DIDs", "author": "Validated ID", "license": "Apache-2.0",