From ace7a775c6d3fd19723849aa959970d88bd9e5c4 Mon Sep 17 00:00:00 2001 From: Daisuke Maki Date: Tue, 20 Feb 2024 07:55:46 +0900 Subject: [PATCH] Update Changes --- Changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes b/Changes index e1793867a..dd8c2465a 100644 --- a/Changes +++ b/Changes @@ -4,7 +4,7 @@ Changes v2 has many incompatibilities with v1. To see the full list of differences between v1 and v2, please read the Changes-v2.md file (https://github.com/lestrrat-go/jwx/blob/develop/v2/Changes-v2.md) -v2.0.20 UNRELEASED +v2.0.20 20 Feb 2024 [New Features] * [jwe] Added `jwe.Settings(WithMaxBufferSize(int64))` to set the maximum size of internal buffers. The default value is 256MB. Most users do not need to change