Skip to content

Commit

Permalink
chore: prepare 0.3.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Jan 12, 2023
1 parent 687a320 commit 895cc82
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Release Notes

## v0.3.6 - 2023-01-12
Content-type fixes and allow localhost urls

- Fixes:
- Re-add the content-type headers, inadvertently removed in the previous version. Added logic for corner-cases
- Re-add sss-types ad dependency as it seems it is needed at runtime.
- Allow localhost as a valid URL

- Changed:
- Require http(s) schemes for URLs
- Update to ssi-types from current develop branch, instead of a unstable/feature branch


## v0.3.5 - 2023-01-10
HTTP mediatype fix and HTTP response NodeJS16+ fix

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/openid4vci-client",
"version": "0.3.6-unstable.0",
"version": "0.3.6",
"description": "OpenID for Verifiable Credential Issuance (OpenID4VCI) client",
"main": "dist/main/index.js",
"types": "dist/main/index.d.ts",
Expand Down

0 comments on commit 895cc82

Please sign in to comment.