diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 52e9c38ca5..227de7bcd6 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +#### 8.0.1 - 2024-01-15 +* Fixed net8.0-windows target issue - https://github.com/fsprojects/Paket/pull/4242 + #### 8.0.0 - 2023-11-14 * Support for .NET 8.0 * Support for net481 - https://github.com/fsprojects/Paket/pull/4227 diff --git a/global.json b/global.json index ab75fa6549..089b506959 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.100", + "version": "8.0.101", "rollForward": "latestMinor" } }