diff --git a/Changes b/Changes index f3932b02e..40f831387 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,7 @@ Changes ======= -v1.2.29 UNRELEASED +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 are compressing payloads greater than this, you need to explicitly set it.