diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d94f29db..c90db39aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [vNext] +## [9.0.0] / 2024-11-21 +- Removed usages of `BinaryFormatter` +- Changed minimum framework from `net6.0` to `net8.0` + ## [8.1.4] / 2024-11-06 - Fixed `build.schema.json` generation to use `allOf` for user and base type properties @@ -1174,7 +1178,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Added CLT tasks for Git - Fixed background color in console output -[vNext]: https://github.com/nuke-build/nuke/compare/8.1.4...HEAD +[vNext]: https://github.com/nuke-build/nuke/compare/9.0.0...HEAD +[9.0.0]: https://github.com/nuke-build/nuke/compare/8.1.4...9.0.0 [8.1.4]: https://github.com/nuke-build/nuke/compare/8.1.3...8.1.4 [8.1.3]: https://github.com/nuke-build/nuke/compare/8.1.2...8.1.3 [8.1.2]: https://github.com/nuke-build/nuke/compare/8.1.1...8.1.2