diff --git a/docs/TOC.md b/docs/TOC.md
index a49bb6178..4e8e3dfe2 100644
--- a/docs/TOC.md
+++ b/docs/TOC.md
@@ -350,7 +350,8 @@
### [NuGet.org policies](nuget-org/policies/data-requests.md)
## Release notes
### [Known Issues](release-notes/known-issues.md)
-
+### NuGet 7.x
+#### [NuGet 7.0](release-notes/NuGet-7.0.md)
### NuGet 6.x
#### [NuGet 6.14](release-notes/NuGet-6.14.md)
#### [NuGet 6.13](release-notes/NuGet-6.13.md)
diff --git a/docs/release-notes/NuGet-7.0.md b/docs/release-notes/NuGet-7.0.md
index 0de1486cc..7ee53e02e 100644
--- a/docs/release-notes/NuGet-7.0.md
+++ b/docs/release-notes/NuGet-7.0.md
@@ -14,9 +14,18 @@ NuGet distribution vehicles:
| NuGet version | Available in Visual Studio version | Available in .NET SDK(s) |
| :---|:---|:---|
| [**7.0.0**](https://nuget.org/downloads) | [Visual Studio 2026 version 18.0.0](https://visualstudio.microsoft.com/downloads/) | [10.0.100](https://dotnet.microsoft.com/download/dotnet/10.0)1 |
+| [**7.0.1**](https://nuget.org/downloads) | [Visual Studio 2026 version 18.1.0](https://visualstudio.microsoft.com/downloads/) | |
1 Installed with Visual Studio 2026 with any .NET workload
+## Summary: What's New in 7.0.1
+
+### Issues fixed in this release
+
+* Fixed NU1011 error that occurred when using Central Package Management with floating versions allowed [#14637](https://github.com/NuGet/Home/issues/14637)
+
+[List of commits in this release](https://github.com/NuGet/NuGet.Client/compare/7.0.0.289...7.0.1.1)
+
## Summary: What's New in 7.0.0
* Projects that target .NET 10 warn for vulnerabilities in transitive packages by defaulting to NuGetAuditMode=all [#14161](https://github.com/nuget/home/issues/14161)
@@ -309,4 +318,4 @@ Thank you to all the contributors who helped make this NuGet release awesome!
* [6530](https://github.com/NuGet/NuGet.Client/pull/6530) Fix `nuget.exe` restore finding MSBuild from SSMS instead of Visual Studio
* [ToddGrun](https://github.com/NuGet/NuGet.Client/pull/6519)
* [6519](https://github.com/NuGet/NuGet.Client/pull/6519) Make LockFileLibrary immutable for performance and sanity reasons
-
\ No newline at end of file
+