From fcd283abd0c303c3fa7499819aa725adc25acbe4 Mon Sep 17 00:00:00 2001 From: Richard Webb Date: Thu, 9 Jan 2025 09:55:12 +0000 Subject: [PATCH] Add a 6.1.4 section to the release notes --- RELEASE_NOTES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b56bae47e8f..0aeb1a416fd 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,7 @@ # Release Notes +## 6.1.4 - 2025-01-09 +* ENHANCEMENT: In Fake.Dotnet.Cli, parse global.json using System.Text.Json instead of Newtonsoft.Json, thanks @Numpsy - https://github.com/fsprojects/FAKE/pull/2839 + ## 6.1.3 - 2024-09-26 * ENHANCEMENT: SdkAssemblyResolver. Support using the latest installed SDK.