Skip to content

Commit 40fda00

Browse files
committed
Bump to 10.19.0
1 parent d537445 commit 40fda00

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ All major and minor version changes will be documented in this file. Details of
1313

1414
## Details
1515

16+
### [10.19.0] - 2024-06-21
17+
- Add support for ECDSA and DSA in 'Parse CSR' [@robinsandhu] | [#1828]
18+
- Fix typos in SIGABA.mjs [@eltociear] | [#1834]
19+
1620
### [10.18.0] - 2024-04-24
1721
- Added 'XXTEA Encrypt' and 'XXTEA Decrypt' operations [@n1474335] | [0a353ee]
1822

@@ -436,6 +440,7 @@ All major and minor version changes will be documented in this file. Details of
436440
## [4.0.0] - 2016-11-28
437441
- Initial open source commit [@n1474335] | [b1d73a72](https://github.com/gchq/CyberChef/commit/b1d73a725dc7ab9fb7eb789296efd2b7e4b08306)
438442

443+
[10.19.0]: https://github.com/gchq/CyberChef/releases/tag/v10.19.0
439444
[10.18.0]: https://github.com/gchq/CyberChef/releases/tag/v10.18.0
440445
[10.17.0]: https://github.com/gchq/CyberChef/releases/tag/v10.17.0
441446
[10.16.0]: https://github.com/gchq/CyberChef/releases/tag/v10.16.0
@@ -623,6 +628,8 @@ All major and minor version changes will be documented in this file. Details of
623628
[@TheZ3ro]: https://github.com/TheZ3ro
624629
[@EvieHarv]: https://github.com/EvieHarv
625630
[@cplussharp]: https://github.com/cplussharp
631+
[@robinsandhu]: https://github.com/robinsandhu
632+
[@eltociear]: https://github.com/eltociear
626633

627634

628635
[8ad18b]: https://github.com/gchq/CyberChef/commit/8ad18bc7db6d9ff184ba3518686293a7685bf7b7

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cyberchef",
3-
"version": "10.18.8",
3+
"version": "10.19.0",
44
"description": "The Cyber Swiss Army Knife for encryption, encoding, compression and data analysis.",
55
"author": "n1474335 <[email protected]>",
66
"homepage": "https://gchq.github.io/CyberChef",

0 commit comments

Comments
 (0)