diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 7b59f21d18c3fb38666edb5a5e6147f2b2168972..c5c6bc8e1808d0aad1ab1f49cc371c8503579101 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,8 +1,8 @@
-4.10.2 (Work-in-progress): fixed regression introduced in 4.9 for recombined
-meshes with boundary layers; new Geometry.OCCSafeUnbind option to disable
-boolean optimization introduced in 4.10.0 (for backward compatibility); new
-HealShapes command in .geo files; simplified calculation of OCC STL bounding
-boxes; generalized Crack plugin; small bug fixes.
+4.10.2 (May 13, 2022): fixed regression introduced in 4.9 for recombined meshes
+with boundary layers; new Geometry.OCCSafeUnbind option to disable boolean
+optimization introduced in 4.10.0 (for backward compatibility); new HealShapes
+command in .geo files; simplified calculation of OCC STL bounding boxes;
+generalized Crack plugin; small bug fixes.
 
 4.10.1 (May 1, 2022): small bug fixes.
 
diff --git a/doc/gmsh.html b/doc/gmsh.html
index 2151cca70fcc930a0afcae65e60c16b5c44fc3d3..c0c3a9e0191bc9ff3139683faf61ed2a207b3034 100644
--- a/doc/gmsh.html
+++ b/doc/gmsh.html
@@ -98,17 +98,17 @@ Public License (GPL)</a>:
 <ul>
   <li>
     <div class="highlight">
-      Current stable release (version 4.10.1, 1 May 2022):
+      Current stable release (version 4.10.2, 13 May 2022):
       <ul>
         <li>Download Gmsh for
-          <a href="bin/Windows/gmsh-4.10.1-Windows64.zip">Windows</a>,
-          <a href="bin/Linux/gmsh-4.10.1-Linux64.tgz">Linux</a> or
-          <a href="bin/MacOSX/gmsh-4.10.1-MacOSX.dmg">macOS</a> <a href="#1"><sup>*</sup></a>
-        <li>Download the <a href="src/gmsh-4.10.1-source.tgz">source code</a>
+          <a href="bin/Windows/gmsh-4.10.2-Windows64.zip">Windows</a>,
+          <a href="bin/Linux/gmsh-4.10.2-Linux64.tgz">Linux</a> or
+          <a href="bin/MacOSX/gmsh-4.10.2-MacOSX.dmg">macOS</a> <a href="#1"><sup>*</sup></a>
+        <li>Download the <a href="src/gmsh-4.10.2-source.tgz">source code</a>
         <li>Download the Software Development Kit (SDK) for
-          <a href="bin/Windows/gmsh-4.10.1-Windows64-sdk.zip">Windows</a>,
-          <a href="bin/Linux/gmsh-4.10.1-Linux64-sdk.tgz">Linux</a> or
-          <a href="bin/MacOSX/gmsh-4.10.1-MacOSX-sdk.tgz">macOS</a> <a href="#1"><sup>*</sup></a>
+          <a href="bin/Windows/gmsh-4.10.2-Windows64-sdk.zip">Windows</a>,
+          <a href="bin/Linux/gmsh-4.10.2-Linux64-sdk.tgz">Linux</a> or
+          <a href="bin/MacOSX/gmsh-4.10.2-MacOSX-sdk.tgz">macOS</a> <a href="#1"><sup>*</sup></a>
         <li>Download both Gmsh and the SDK with pip: '<code>pip install --upgrade
             <a href="https://pypi.org/project/gmsh/">gmsh</a></code>'
       </ul>