From 99ae046f1da44ece8b6f88131f9d664e6fda8bac Mon Sep 17 00:00:00 2001 From: nklomp Date: Fri, 17 Feb 2023 21:40:18 +0100 Subject: [PATCH] chore: prepare for v1.1.6 relase --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d23dbb5..0f8e22a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.