From aa981ccd4a23213e89b8f79f563dcb67b07679d2 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Fri, 25 Nov 2022 16:29:25 +0000 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de0e3da9..4ee1f67b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ All major and minor version changes will be documented in this file. Details of ## Details +### [9.53.0] - 2022-11-25 +- Added 'AES Key Wrap' and 'AES Key Unwrap' operations [@mikecat] | [#1456] + ### [9.52.0] - 2022-11-25 - Added 'ChaCha' operation [@joostrijneveld] | [#1466] @@ -333,6 +336,7 @@ All major and minor version changes will be documented in this file. Details of +[9.53.0]: https://github.com/gchq/CyberChef/releases/tag/v9.53.0 [9.52.0]: https://github.com/gchq/CyberChef/releases/tag/v9.52.0 [9.51.0]: https://github.com/gchq/CyberChef/releases/tag/v9.51.0 [9.50.0]: https://github.com/gchq/CyberChef/releases/tag/v9.50.0 @@ -584,4 +588,5 @@ All major and minor version changes will be documented in this file. Details of [#1472]: https://github.com/gchq/CyberChef/pull/1472 [#1457]: https://github.com/gchq/CyberChef/pull/1457 [#1466]: https://github.com/gchq/CyberChef/pull/1466 +[#1456]: https://github.com/gchq/CyberChef/pull/1456