Skip to content

Commit a54522f

Browse files
committed
10.7.0
1 parent a3944fe commit a54522f

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ All major and minor version changes will be documented in this file. Details of
1313

1414
## Details
1515

16+
### [10.7.0] - 2024-02-09
17+
- Added 'File Tree' operation [@sw5678] | [#1667]
18+
- Added 'RISON' operation [@sg5506844] | [#1555]
19+
- Added 'MurmurHash3' operation [@AliceGrey] | [#1694]
20+
1621
### [10.6.0] - 2024-02-03
1722
- Updated 'Forensics Wiki' URLs to new domain [@a3957273] | [#1703]
1823
- Added 'LZNT1 Decompress' operation [@0xThiebaut] | [#1675]
@@ -378,7 +383,7 @@ All major and minor version changes will be documented in this file. Details of
378383
## [4.0.0] - 2016-11-28
379384
- Initial open source commit [@n1474335] | [b1d73a72](https://github.com/gchq/CyberChef/commit/b1d73a725dc7ab9fb7eb789296efd2b7e4b08306)
380385

381-
386+
[10.7.0]: https://github.com/gchq/CyberChef/releases/tag/v10.7.0
382387
[10.6.0]: https://github.com/gchq/CyberChef/releases/tag/v10.6.0
383388
[10.5.0]: https://github.com/gchq/CyberChef/releases/tag/v10.5.0
384389
[10.4.0]: https://github.com/gchq/CyberChef/releases/tag/v10.4.0
@@ -538,6 +543,10 @@ All major and minor version changes will be documented in this file. Details of
538543
[@0xThiebaut]: https://github.com/0xThiebaut
539544
[@cnotin]: https://github.com/cnotin
540545
[@KevinSJ]: https://github.com/KevinSJ
546+
[@sw5678]: https://github.com/sw5678
547+
[@sg5506844]: https://github.com/sg5506844
548+
[@AliceGrey]: https://github.com/AliceGrey
549+
541550

542551
[8ad18b]: https://github.com/gchq/CyberChef/commit/8ad18bc7db6d9ff184ba3518686293a7685bf7b7
543552
[9a33498]: https://github.com/gchq/CyberChef/commit/9a33498fed26a8df9c9f35f39a78a174bf50a513
@@ -660,3 +669,6 @@ All major and minor version changes will be documented in this file. Details of
660669
[#1675]: https://github.com/gchq/CyberChef/issues/1675
661670
[#1678]: https://github.com/gchq/CyberChef/issues/1678
662671
[#1541]: https://github.com/gchq/CyberChef/issues/1541
672+
[#1667]: https://github.com/gchq/CyberChef/issues/1667
673+
[#1555]: https://github.com/gchq/CyberChef/issues/1555
674+
[#1694]: https://github.com/gchq/CyberChef/issues/1694

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cyberchef",
3-
"version": "10.6.0",
3+
"version": "10.7.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)