Browse Source

Updated CHANGELOG

n1474335 2 years ago
parent
commit
4faaa07188
1 changed files with 5 additions and 0 deletions
  1. 5 0
      CHANGELOG.md

+ 5 - 0
CHANGELOG.md

@@ -13,6 +13,9 @@ All major and minor version changes will be documented in this file. Details of
 
 
 ## Details
 ## Details
 
 
+### [10.5.0] - 2023-07-14
+- Added GOST Encrypt, Decrypt, Sign, Verify, Key Wrap, and Key Unwrap operations [@n1474335] | [#592]
+
 ### [10.4.0] - 2023-03-24
 ### [10.4.0] - 2023-03-24
 - Added 'Generate De Bruijn Sequence' operation [@gchq77703] | [#493]
 - Added 'Generate De Bruijn Sequence' operation [@gchq77703] | [#493]
 
 
@@ -371,6 +374,7 @@ All major and minor version changes will be documented in this file. Details of
 
 
 
 
 
 
+[10.5.0]: https://github.com/gchq/CyberChef/releases/tag/v10.5.0
 [10.4.0]: https://github.com/gchq/CyberChef/releases/tag/v10.4.0
 [10.4.0]: https://github.com/gchq/CyberChef/releases/tag/v10.4.0
 [10.3.0]: https://github.com/gchq/CyberChef/releases/tag/v10.3.0
 [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.2.0]: https://github.com/gchq/CyberChef/releases/tag/v10.2.0
@@ -641,4 +645,5 @@ All major and minor version changes will be documented in this file. Details of
 [#1528]: https://github.com/gchq/CyberChef/pull/1528
 [#1528]: https://github.com/gchq/CyberChef/pull/1528
 [#661]: https://github.com/gchq/CyberChef/pull/661
 [#661]: https://github.com/gchq/CyberChef/pull/661
 [#493]: https://github.com/gchq/CyberChef/pull/493
 [#493]: https://github.com/gchq/CyberChef/pull/493
+[#592]: https://github.com/gchq/CyberChef/issues/592