diff --git a/docs/TOC.md b/docs/TOC.md
index a49bb6178..629685849 100644
--- a/docs/TOC.md
+++ b/docs/TOC.md
@@ -350,7 +350,9 @@
### [NuGet.org policies](nuget-org/policies/data-requests.md)
## Release notes
### [Known Issues](release-notes/known-issues.md)
-
+### NuGet 7.x
+#### [NuGet 7.0.1](release-notes/NuGet-7.0.1.md)
+#### [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/Index.md b/docs/release-notes/Index.md
index 745e8f4db..a1197161d 100644
--- a/docs/release-notes/Index.md
+++ b/docs/release-notes/Index.md
@@ -11,6 +11,8 @@ ms.topic: release-notes
[Known Issues](../release-notes/known-issues.md)
+[NuGet 7.0.1](../release-notes/NuGet-7.0.1.md)
+
[NuGet 7.0](../release-notes/NuGet-7.0.md)
[NuGet 6.14](../release-notes/NuGet-6.14.md)
diff --git a/docs/release-notes/NuGet-7.0.1.md b/docs/release-notes/NuGet-7.0.1.md
new file mode 100644
index 000000000..aefd0d7ea
--- /dev/null
+++ b/docs/release-notes/NuGet-7.0.1.md
@@ -0,0 +1,22 @@
+---
+title: NuGet 7.0.1 Release Notes
+description: Release notes for NuGet 7.0.1 including new features, bug fixes, and DCRs.
+author: mruizmares
+ms.author: mruizmares
+ms.date: 11/21/2025
+ms.topic: release-notes
+---
+
+# NuGet 7.0.1 Release Notes
+
+NuGet distribution vehicles:
+
+| NuGet version | Available in Visual Studio version | Available in .NET SDK(s) |
+| :---|:---|:---|
+| [**7.0.1**](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 |
+
+1 Installed with Visual Studio 2026 with any .NET workload
+
+## Summary: What's New in 7.0.1
+
+* NU1011 when using Central Package Management with floating versions allowed - [#14637](https://github.com/NuGet/Home/issues/14637)