Skip to content

Commit 29eb690

Browse files
Added CHANGELOG
1 parent c2548fc commit 29eb690

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
## Versioning
4+
5+
CyberChef Server uses the [semver](https://semver.org/) system to manage versioning: `<MAJOR>.<MINOR>.<PATCH>`.
6+
7+
- MAJOR version changes represent a significant change to the fundamental architecture of CyberChef and may (but don't always) make breaking changes that are not backwards compatible.
8+
- MINOR version changes usually mean the addition of new operations or reasonably significant new features.
9+
- PATCH versions are used for bug fixes and any other small tweaks that modify or improve existing capabilities.
10+
11+
All major and minor version changes will be documented in this file. Details of patch-level version changes can be found in [commit messages](https://github.com/gchq/CyberChef-server/commits/master).
12+
13+
14+
## Details
15+
16+
### [1.0.0-beta] - 2024-10-04
17+
- CyberChef functionality brought in line with the mainline release
18+
- Upgraded to use ESM modules throughout
19+
- Works with recent versions of NodeJS
20+
- Re-orged the codebase slightly and slimmed down/updated some dependencies
21+
- Upgraded the base Docker image to Node 18

0 commit comments

Comments
 (0)