Skip to content

Commit

Permalink
chore: prepare for v1.1.6 relase
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Feb 17, 2023
1 parent a9541eb commit 99ae046
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Release Notes

## v1.1.6 - 2023-02-17
Add async callback for signing

- Updates:
- The sign callback now supports both a synchronous and asynchronous callback, thanks to @TimoGlastra from our friends at @animo
- Update dependencies


## v1.1.5 - 2023-01-10
Relax V1 schema URI handling
-
- Updates:
- Relax V1 schema URI handling. Previously we required the URI to be an actual URI, but in the wild the URI is also used as a regular string. We now support that as well. In case we detect a http based URI we will perform some additional checks.

Expand Down

0 comments on commit 99ae046

Please sign in to comment.