diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8cc84f7e5bf..fb211d7de52 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ # Release Notes +## 6.0.1 - 2024-06-04 +* BUGFIX: MSBuild.build adds a bad string at the end of properties, thanks @0x53A - https://github.com/fsprojects/FAKE/issues/2738 +* ENHANCEMENT: Added shorthash to git functions, thanks @voronoipotato - https://github.com/fsprojects/FAKE/pull/2752 + ## 6.0.0 - 2023-02-20 * ENHANCEMENT: Site UI fixes and documentation link fixes.