From d902c7e30c586807a0b5b8a566c700b66ba7076c Mon Sep 17 00:00:00 2001 From: n1474335 Date: Fri, 24 Mar 2023 22:17:11 +0000 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f205fe903..6932d3d7cb 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 +### [10.3.0] - 2023-03-24 +- Added 'Argon2' and 'Argon2 compare' operations [@Xenonym] | [#661] + ### [10.2.0] - 2023-03-23 - Added 'Derive HKDF key' operation [@mikecat] | [#1528] @@ -365,6 +368,7 @@ All major and minor version changes will be documented in this file. Details of +[10.3.0]: https://github.com/gchq/CyberChef/releases/tag/v10.3.0 [10.2.0]: https://github.com/gchq/CyberChef/releases/tag/v10.2.0 [10.1.0]: https://github.com/gchq/CyberChef/releases/tag/v10.1.0 [10.0.0]: https://github.com/gchq/CyberChef/releases/tag/v10.0.0 @@ -514,6 +518,7 @@ All major and minor version changes will be documented in this file. Details of [@valdelaseras]: https://github.com/valdelaseras [@brun0ne]: https://github.com/brun0ne [@joostrijneveld]: https://github.com/joostrijneveld +[@Xenonym]: https://github.com/Xenonym [8ad18b]: https://github.com/gchq/CyberChef/commit/8ad18bc7db6d9ff184ba3518686293a7685bf7b7 [9a33498]: https://github.com/gchq/CyberChef/commit/9a33498fed26a8df9c9f35f39a78a174bf50a513 @@ -629,4 +634,5 @@ All major and minor version changes will be documented in this file. Details of [#1498]: https://github.com/gchq/CyberChef/pull/1498 [#1499]: https://github.com/gchq/CyberChef/pull/1499 [#1528]: https://github.com/gchq/CyberChef/pull/1528 +[#661]: https://github.com/gchq/CyberChef/pull/661