From 67bdbff577404f2c6c22efe12cbbc52d7876a579 Mon Sep 17 00:00:00 2001 From: Daniel McCarney Date: Wed, 5 Jul 2023 16:20:37 -0400 Subject: [PATCH] docs: update changelog for v0.101.1 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index db1c759d..15f57ca7 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,8 @@ For these tasks you may prefer using webpki in combination with libraries like Changelog ========= +* 0.101.1 (2023-07-05) + - Fixed 32-bit architecture compatibility. * 0.101.0 (2023-07-04) - *Breaking change*: added `EndEntity::verify_is_valid_tls_client_cert` argument for certificate revocation lists.