From 007dc5f6c0151a73b133fec36c9686cc956209d3 Mon Sep 17 00:00:00 2001 From: Andrew Millington Date: Wed, 2 Aug 2023 23:54:39 +0100 Subject: [PATCH] Update changlog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38e2a6a81..81a914a59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -## [8.4.2] - released 2023-07-xx +## [8.4.2] - released 2023-08-01 ### Security - If a key string is provided to the CryptKey constructor with an invalid passphrase, the LogicException message generated will contain the given key. - The key is no longer leaked via this exception (PR #1353) + The key is no longer leaked via this exception (PR #1359) ## [8.4.1] - released 2023-03-22 ### Fixed