From 1456f1836ff62f24e6fe2f07737e217160c79bf3 Mon Sep 17 00:00:00 2001 From: Daisuke Maki Date: Sun, 28 Jul 2024 09:04:45 +0900 Subject: [PATCH] Update Changes --- Changes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changes b/Changes index 40f831387..240de280c 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,10 @@ Changes ======= +v1.2.30 28 Jul 2024 + * Update minimum required go version to 1.20 + * Update tests so that they work on 32-bit systems + v1.2.29 07 Mar 2024 * [jwe] Added `jwe.Settings(jwe.WithMaxDecompressBufferSize(int64))` to specify the maximum size of a decompressed JWE payload. The default value is 10MB. If you