diff --git a/CHANGELOG.md b/CHANGELOG.md index 616d037a..8d809066 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Release Notes -## v0.0.1 - 2022-10-21 +## v0.1.0 - 2022-10-18 -Initial Structure +Initial release with support for the pre-authorized code flow only. + +Expect breaking changes in the future, as this package still is undergoing heavy development. diff --git a/package.json b/package.json index 2d5ee517..1ca02c7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/oid4vci-client", - "version": "0.0.1-unstable.6", + "version": "0.1.0", "description": "OpenID for Verifiable Credential Issuance (OID4VCI) client", "main": "dist/main/index.js", "types": "dist/main/index.d.ts",