From a7f076fc6eadb44380d41b5e30eb5a85a91de864 Mon Sep 17 00:00:00 2001 From: Daisuke Maki Date: Tue, 16 Feb 2021 19:05:46 +0900 Subject: [PATCH] Update changes --- Changes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 69444f283..6ffed7fef 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,7 @@ Changes ======= -v1.1.2 +v1.1.2 16 Feb 2021 [New features] * `RegisterCustomField()` has been added, which allows users to specify a private claim/field/header to decode into a particular @@ -11,6 +11,8 @@ v1.1.2 * Failures for `jwk.Key.MarshalJSON()` were not properly reported (#330, #331) [Miscellaneous] + * `jwe.Encrypt()` now takes options. This should not matter unless you + were somehow depending on its method signature. * Dependencies for "github.com/goccy/go-json" has been upgraded to v0.4.2