diff --git a/docs/sphinx/source/whatsnew/v0.10.4.rst b/docs/sphinx/source/whatsnew/v0.10.4.rst
index 881c5b8fc9..a194c5e522 100644
--- a/docs/sphinx/source/whatsnew/v0.10.4.rst
+++ b/docs/sphinx/source/whatsnew/v0.10.4.rst
@@ -1,14 +1,14 @@
 .. _whatsnew_01040:
 
 
-v0.10.4 (Anticipated March, 2024)
----------------------------------
+v0.10.4 (March 19, 2024)
+------------------------
 
 
 Enhancements
 ~~~~~~~~~~~~
 * Added the Huld PV model used by PVGIS (:pull:`1940`)
-* Add :py:func:`pvlib.iotools.get_solargis` for retrieving Solargis
+* Add :py:func:`~pvlib.iotools.get_solargis` for retrieving Solargis
   irradiance data. (:pull:`1969`)
 * Added function :py:func:`pvlib.shading.projected_solar_zenith_angle`,
   a common calculation in shading and tracking. (:issue:`1734`, :pull:`1904`)
@@ -17,6 +17,7 @@ Enhancements
 * Added metadata parsing to :py:func:`~pvlib.iotools.read_solrad` to follow the standard iotools
   convention of returning a tuple of (data, meta). Previously the function only returned a dataframe. (:pull:`1968`)
 
+
 Bug fixes
 ~~~~~~~~~
 * Fixed an error in solar position calculations when using
@@ -34,21 +35,17 @@ Bug fixes
   ``temperature_model_parameters`` are specified on the passed ``system`` instead of on its ``arrays``. (:issue:`1759`).
 * :py:func:`pvlib.irradiance.ghi_from_poa_driesse_2023` now correctly makes use
   of the ``xtol`` argument. Previously, it was ignored. (:issue:`1970`, :pull:`1971`)
-* Fixed incorrect unit conversion of precipitable water used for the Solcast iotools functions.
+* Fixed incorrect unit conversion of precipitable water used for the Solcast iotools functions. (:pull:`1969`)
 * :py:class:`~pvlib.modelchain.ModelChain.infer_temperature_model` now raises a more useful error when
   the temperature model cannot be inferred (:issue:`1946`)
 * The default URL for retrieving irradiance data from the SRML network was updated in
   :py:func:`~pvlib.iotools.get_srml` (:pull:`1957`, :issue:`1922`)
 
-Testing
-~~~~~~~
-
 
 Documentation
 ~~~~~~~~~~~~~
-* Improved references and description for :py:func:`~pvlib.irradiance.get_ground_diffuse`. (:pull:`1953`)
+* Improved references and description for :py:func:`~pvlib.irradiance.get_ground_diffuse`. (:pull:`1883`, :pull:`1953`)
 * Fixed broken URLs in various places. (:pull:`1957`, :pull:`1960`)
-* Clarified documentation for :py:func:`~pvlib.irradiance.get_ground_diffuse`. (:pull:`1883`)
 * Added a gallery example with a model for OEDI system 9068. (:pull:`1985`)
 
 
@@ -67,3 +64,7 @@ Contributors
 * Roma Koulikov (:ghuser:`matsuobasho`)
 * Adam R. Jensen (:ghuser:`AdamRJensen`)
 * Peter Dudfield (:ghuser:`peterdudfield`)
+* Anton Driesse (:ghuser:`adriesse`)
+* Mark Mikofski (:ghuser:`mikofski`)
+* Will Holmgren (:ghuser:`wholmgren`)
+* Jules Chéron (:ghuser:`jules-ch`)
diff --git a/docs/sphinx/source/whatsnew/v0.10.5.rst b/docs/sphinx/source/whatsnew/v0.10.5.rst
new file mode 100644
index 0000000000..e7097ea5b4
--- /dev/null
+++ b/docs/sphinx/source/whatsnew/v0.10.5.rst
@@ -0,0 +1,33 @@
+.. _whatsnew_01050:
+
+
+v0.10.5 (Anticipated June 2024)
+-------------------------------
+
+
+Deprecations
+~~~~~~~~~~~~
+
+
+Enhancements
+~~~~~~~~~~~~
+
+
+Bug fixes
+~~~~~~~~~
+
+
+Testing
+~~~~~~~
+
+
+Documentation
+~~~~~~~~~~~~~
+
+
+Requirements
+~~~~~~~~~~~~
+
+
+Contributors
+~~~~~~~~~~~~