Skip to content

Commit 47f1f4c

Browse files
committedFeb 13, 2024
Bump to 10.8.0
1 parent 4b9d5a7 commit 47f1f4c

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed
 

‎CHANGELOG.md

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

1414
## Details
1515

16+
### [10.8.0] - 2024-02-13
17+
- Add official Docker images [@AshCorr] | [#1699]
18+
1619
### [10.7.0] - 2024-02-09
1720
- Added 'File Tree' operation [@sw5678] | [#1667]
1821
- Added 'RISON' operation [@sg5506844] | [#1555]
@@ -383,6 +386,7 @@ All major and minor version changes will be documented in this file. Details of
383386
## [4.0.0] - 2016-11-28
384387
- Initial open source commit [@n1474335] | [b1d73a72](https://github.com/gchq/CyberChef/commit/b1d73a725dc7ab9fb7eb789296efd2b7e4b08306)
385388

389+
[10.8.0]: https://github.com/gchq/CyberChef/releases/tag/v10.7.0
386390
[10.7.0]: https://github.com/gchq/CyberChef/releases/tag/v10.7.0
387391
[10.6.0]: https://github.com/gchq/CyberChef/releases/tag/v10.6.0
388392
[10.5.0]: https://github.com/gchq/CyberChef/releases/tag/v10.5.0
@@ -546,6 +550,7 @@ All major and minor version changes will be documented in this file. Details of
546550
[@sw5678]: https://github.com/sw5678
547551
[@sg5506844]: https://github.com/sg5506844
548552
[@AliceGrey]: https://github.com/AliceGrey
553+
[@AshCorr]: https://github.com/AshCorr
549554

550555

551556
[8ad18b]: https://github.com/gchq/CyberChef/commit/8ad18bc7db6d9ff184ba3518686293a7685bf7b7
@@ -672,3 +677,4 @@ All major and minor version changes will be documented in this file. Details of
672677
[#1667]: https://github.com/gchq/CyberChef/issues/1667
673678
[#1555]: https://github.com/gchq/CyberChef/issues/1555
674679
[#1694]: https://github.com/gchq/CyberChef/issues/1694
680+
[#1699]: https://github.com/gchq/CyberChef/issues/1694

‎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.7.0",
3+
"version": "10.8.0",
44
"description": "The Cyber Swiss Army Knife for encryption, encoding, compression and data analysis.",
55
"author": "n1474335 <n1474335@gmail.com>",
66
"homepage": "https://gchq.github.io/CyberChef",

0 commit comments

Comments
 (0)
Please sign in to comment.