Add version 10.1.1
diff --git a/content/downloads.html b/content/downloads.html
index b7ad6c1..fd4ce44 100644
--- a/content/downloads.html
+++ b/content/downloads.html
@@ -118,10 +118,10 @@
                 <div class="flex items-center justify-between mb-6">
                     <div>
                         <div class="flex items-center space-x-3">
-                            <h2 class="text-3xl font-bold text-primary">Traffic Server 10.1.0</h2>
+                            <h2 class="text-3xl font-bold text-primary">Traffic Server 10.1.1</h2>
                             <span class="px-3 py-1 bg-green-100 text-green-800 text-sm font-semibold rounded-full">Latest Stable</span>
                         </div>
-                        <p class="text-gray-600 mt-2">Released August 13, 2025 • Current v10.x Release</p>
+                        <p class="text-gray-600 mt-2">Released February 06, 2026 • Current v10.x Release</p>
                     </div>
                 </div>
 
@@ -133,7 +133,7 @@
                             </svg>
                             <div>
                                 <p class="font-semibold text-gray-900">Latest Features</p>
-                                <p class="text-sm text-gray-600">First minor version of ATS 10 with new features and improvements</p>
+                                <p class="text-sm text-gray-600">Bugfix and stability release for the 10.1 stable release</p>
                             </div>
                         </div>
                         <div class="flex items-start space-x-3">
@@ -151,20 +151,20 @@
                     </div>
 
                     <div class="flex flex-col sm:flex-row gap-4 items-center">
-                        <a href="https://www.apache.org/dyn/closer.cgi/trafficserver/trafficserver-10.1.0.tar.bz2" class="inline-block px-8 py-4 rounded-lg font-semibold bg-gradient-to-r from-blue-500 to-blue-900 hover:from-blue-600 hover:to-blue-950 text-white text-center w-full sm:w-auto transition-all shadow-md hover:shadow-lg">
+                        <a href="https://www.apache.org/dyn/closer.cgi/trafficserver/trafficserver-10.1.1.tar.bz2" class="inline-block px-8 py-4 rounded-lg font-semibold bg-gradient-to-r from-blue-500 to-blue-900 hover:from-blue-600 hover:to-blue-950 text-white text-center w-full sm:w-auto transition-all shadow-md hover:shadow-lg">
                             <svg class="w-5 h-5 inline-block mr-2 -mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                                 <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4"/>
                             </svg>
-                            Download 10.1.0
+                            Download 10.1.1
                         </a>
                         <div class="flex gap-3 text-sm">
-                            <a href="https://www.apache.org/dist/trafficserver/trafficserver-10.1.0.tar.bz2.asc" class="px-4 py-2 border border-gray-300 rounded-lg hover:bg-gray-50 font-medium">
+                            <a href="https://www.apache.org/dist/trafficserver/trafficserver-10.1.1.tar.bz2.asc" class="px-4 py-2 border border-gray-300 rounded-lg hover:bg-gray-50 font-medium">
                                 PGP
                             </a>
-                            <a href="https://www.apache.org/dist/trafficserver/trafficserver-10.1.0.tar.bz2.sha512" class="px-4 py-2 border border-gray-300 rounded-lg hover:bg-gray-50 font-medium">
+                            <a href="https://www.apache.org/dist/trafficserver/trafficserver-10.1.1.tar.bz2.sha512" class="px-4 py-2 border border-gray-300 rounded-lg hover:bg-gray-50 font-medium">
                                 SHA512
                             </a>
-                            <a href="https://raw.githubusercontent.com/apache/trafficserver/10.1.x/CHANGELOG-10.1.0" class="px-4 py-2 border border-gray-300 rounded-lg hover:bg-gray-50 font-medium">
+                            <a href="https://raw.githubusercontent.com/apache/trafficserver/10.1.x/CHANGELOG-10.1.1" class="px-4 py-2 border border-gray-300 rounded-lg hover:bg-gray-50 font-medium">
                                 Changelog
                             </a>
                         </div>
diff --git a/content/index.html b/content/index.html
index baf90ea..0eff141 100644
--- a/content/index.html
+++ b/content/index.html
@@ -304,7 +304,7 @@
                 <div class="space-y-6">
                     <div class="border-l-4 border-accent pl-6 py-2">
                         <p class="text-sm text-secondary font-semibold mb-1">February 06, 2026</p>
-                        <p class="text-gray-700">We are releasing version <strong>v9.2.12</strong> with several bugfixes and improvements.</p>
+                        <p class="text-gray-700">We are releasing version <strong>v9.2.12</strong> and <strong>v10.1.1</strong> with several bugfixes and improvements.</p>
                     </div>
                     <div class="border-l-4 border-accent pl-6 py-2">
                         <p class="text-sm text-secondary font-semibold mb-1">August 13, 2025</p>
diff --git a/source/versions.json b/source/versions.json
index e5751d9..ac1f23e 100644
--- a/source/versions.json
+++ b/source/versions.json
@@ -1,10 +1,10 @@
 {
   "versions": {
     "v10": {
-      "version": "10.1.0",
-      "date": "August 13, 2025",
+      "version": "10.1.1",
+      "date": "February 06, 2026",
       "branch": "10.1.x",
-      "description": "First minor version of ATS 10 with new features and improvements",
+      "description": "Bugfix and stability release for the 10.1 stable release",
       "label": "Latest Stable",
       "label_color": "green"
     },
@@ -21,7 +21,7 @@
   "news": [
     {
       "date": "February 06, 2026",
-      "text": "We are releasing version <strong>v9.2.12</strong> with several bugfixes and improvements."
+      "text": "We are releasing version <strong>v9.2.12</strong> and <strong>v10.1.1</strong> with several bugfixes and improvements."
     },
     {
       "date": "August 13, 2025",