diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e698b109..dca1e1956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [vNext] + +## [8.0.0] / 2024-01-18 - Changed string parameters to violate requirement when empty or whitespace - Added on-demand value injection using `OnDemandAttribute` and `OnDemandValueInjectionAttribute` - Added `AbsolutePath` division operator for `..` range expression @@ -1124,7 +1126,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/7.0.6...HEAD +[vNext]: https://github.com/nuke-build/nuke/compare/8.0.0...HEAD +[8.0.0]: https://github.com/nuke-build/nuke/compare/7.0.6...8.0.0 [7.0.6]: https://github.com/nuke-build/nuke/compare/7.0.5...7.0.6 [7.0.5]: https://github.com/nuke-build/nuke/compare/7.0.4...7.0.5 [7.0.4]: https://github.com/nuke-build/nuke/compare/7.0.3...7.0.4