From f1085d440aeeda14482d20b3fa76f38cac92617f Mon Sep 17 00:00:00 2001 From: Matthias Koch Date: Tue, 5 Nov 2024 01:10:37 +0100 Subject: [PATCH] chore: update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbd4ff4c8..340b8c7f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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] +- Fixed naming from `NukeBuild.IsSucessful` to `IsSucceeding` +- Fixed `NukeBuild.IsSucceeding` to negate `IsFailing` +- Fixed NJsonSchema reference version +- Fixed `:secrets` command to find secret parameters +- Fixed argument format in `DotNetTasks` +- Fixed definite argument in `EntityFrameworkTasks` +- Fixed deprecated argument in `MinVerTasks` ## [8.1.2] / 2024-10-13 - Fixed exclusion of skipped target from lookup for skippable dependencies