Apache Mynewt 1.12.0 and Apache NimBLE 1.7.0 release
diff --git a/docs/themes/mynewt/main-banner.html b/docs/themes/mynewt/main-banner.html
index 165380d..59c1763 100644
--- a/docs/themes/mynewt/main-banner.html
+++ b/docs/themes/mynewt/main-banner.html
@@ -8,7 +8,7 @@
         </div>
         <div class="news-cell">
             <div class="well">
-                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.11.0, Apache NimBLE 1.6.0 </a> released September 7, 2023)
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.12.0, Apache NimBLE 1.7.0 </a> released April 4, 2024)
             </div>
         </div>
     </div>
diff --git a/docs/themes/mynewt/versions.html b/docs/themes/mynewt/versions.html
index 133119c..fcc7eaf 100644
--- a/docs/themes/mynewt/versions.html
+++ b/docs/themes/mynewt/versions.html
@@ -3,6 +3,9 @@
   <option value="/latest" selected>
     Version: latest
   </option>
+  <option value="/v1_12_0" {% if cur_version == "1.12.0" %}selected="selected" {% endif %}>
+    Version: 1.12.0
+  </option>
   <option value="/v1_11_0" {% if cur_version == "1.11.0" %}selected="selected" {% endif %}>
     Version: 1.11.0
   </option>