diff --git a/docs/source/release/index.rst b/docs/source/release/index.rst
index 6b1ea51957a7ae80c4b4e51f8d286eb954e7da48..2d9dbf601cec77e9720237cd43d4025d0e2c0918 100644
--- a/docs/source/release/index.rst
+++ b/docs/source/release/index.rst
@@ -12,6 +12,7 @@ Release Notes
    */index
 
 
+* :ref:`v3.14.0 <v3.14.0>`
 * :ref:`v3.13.0 <v3.13.0>`
 * :ref:`v3.12.1 <v3.12.1>`
 * :ref:`v3.12.0 <v3.12.0>`
diff --git a/docs/source/release/v3.14.0/diffraction.rst b/docs/source/release/v3.14.0/diffraction.rst
new file mode 100644
index 0000000000000000000000000000000000000000..283f33d9fb49eee1dd1df483d80c2d4773e50656
--- /dev/null
+++ b/docs/source/release/v3.14.0/diffraction.rst
@@ -0,0 +1,12 @@
+===================
+Diffraction Changes
+===================
+
+.. contents:: Table of Contents
+   :local:
+
+.. warning:: **Developers:** Sort changes under appropriate heading
+    putting new features at the top of the section, followed by
+    improvements, followed by bug fixes.
+
+:ref:`Release 3.13.0 <v3.13.0>`
diff --git a/docs/source/release/v3.14.0/direct_inelastic.rst b/docs/source/release/v3.14.0/direct_inelastic.rst
new file mode 100644
index 0000000000000000000000000000000000000000..6e963f1a5268763b1af0fd90713157115a287e86
--- /dev/null
+++ b/docs/source/release/v3.14.0/direct_inelastic.rst
@@ -0,0 +1,13 @@
+========================
+Direct Inelastic Changes
+========================
+
+.. contents:: Table of Contents
+   :local:
+
+.. warning:: **Developers:** Sort changes under appropriate heading
+    putting new features at the top of the section, followed by
+    improvements, followed by bug fixes.
+
+:ref:`Release 3.13.0 <v3.13.0>`
+
diff --git a/docs/source/release/v3.14.0/framework.rst b/docs/source/release/v3.14.0/framework.rst
new file mode 100644
index 0000000000000000000000000000000000000000..89615c6d35261d2aed07bc4f826ef7c78cddfc20
--- /dev/null
+++ b/docs/source/release/v3.14.0/framework.rst
@@ -0,0 +1,12 @@
+=================
+Framework Changes
+=================
+
+.. contents:: Table of Contents
+   :local:
+
+.. warning:: **Developers:** Sort changes under appropriate heading
+    putting new features at the top of the section, followed by
+    improvements, followed by bug fixes.
+
+:ref:`Release 3.13.0 <v3.13.0>`
diff --git a/docs/source/release/v3.14.0/index.rst b/docs/source/release/v3.14.0/index.rst
new file mode 100644
index 0000000000000000000000000000000000000000..a1dc52a6f3627e038555bcdce0f137a7271d8f88
--- /dev/null
+++ b/docs/source/release/v3.14.0/index.rst
@@ -0,0 +1,51 @@
+.. _v3.13.0:
+
+===========================
+Mantid 3.13.0 Release Notes
+===========================
+
+.. contents:: Table of Contents
+   :local:
+
+
+We are proud to announce version 3.13.0 of Mantid.
+
+Here is a load of stuff we have done.
+
+Citation
+--------
+
+Please cite any usage of Mantid as follows: **TODO update with current version doi**
+
+- *Mantid 3.13.0: Manipulation and Analysis Toolkit for Instrument Data.; Mantid Project*. `doi: 10.5286/SOFTWARE/MANTID3.13.0 <http://dx.doi.org/10.5286/SOFTWARE/MANTID3.13.0>`_
+
+- Arnold, O. et al. *Mantid-Data Analysis and Visualization Package for Neutron Scattering and mu-SR Experiments.* Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment 764 (2014): 156-166 `doi: 10.1016/j.nima.2014.07.029 <https://doi.org/10.1016/j.nima.2014.07.029>`_ (`download bibtex <https://raw.githubusercontent.com/mantidproject/mantid/master/docs/source/mantid.bib>`_)
+
+
+Changes
+-------
+
+.. toctree::
+   :titlesonly:
+
+   Framework <framework>
+   User Interface & Usability <ui>
+   Diffraction <diffraction>
+   Muon Analysis <muon>
+   Reflectometry <reflectometry>
+   SANS <sans>
+   Direct Inelastic <direct_inelastic>
+   Indirect Inelastic <indirect_inelastic>
+
+Full Change Listings
+--------------------
+
+For a full list of all issues addressed during this release please see the `GitHub milestone`_.
+
+.. _download page: http://download.mantidproject.org
+
+.. _forum: http://forum.mantidproject.org
+
+.. _GitHub milestone: http://github.com/mantidproject/mantid/pulls?utf8=%E2%9C%93&q=is%3Apr+milestone%3A"Release+3.13"+is%3Amerged
+
+.. _GitHub release page: https://github.com/mantidproject/mantid/releases/tag/v3.13.0
diff --git a/docs/source/release/v3.14.0/indirect_inelastic.rst b/docs/source/release/v3.14.0/indirect_inelastic.rst
new file mode 100644
index 0000000000000000000000000000000000000000..7eb0483dc76efdaf716da17508a35be37886f4c4
--- /dev/null
+++ b/docs/source/release/v3.14.0/indirect_inelastic.rst
@@ -0,0 +1,12 @@
+==========================
+Indirect Inelastic Changes
+==========================
+
+.. contents:: Table of Contents
+   :local:
+
+.. warning:: **Developers:** Sort changes under appropriate heading
+    putting new features at the top of the section, followed by
+    improvements, followed by bug fixes.
+
+:ref:`Release 3.13.0 <v3.13.0>`
diff --git a/docs/source/release/v3.14.0/muon.rst b/docs/source/release/v3.14.0/muon.rst
new file mode 100644
index 0000000000000000000000000000000000000000..38a16b54f58a426ff6072735474fc87fca8d2e88
--- /dev/null
+++ b/docs/source/release/v3.14.0/muon.rst
@@ -0,0 +1,12 @@
+============
+MuSR Changes
+============
+
+.. contents:: Table of Contents
+   :local:
+
+.. warning:: **Developers:** Sort changes under appropriate heading
+    putting new features at the top of the section, followed by
+    improvements, followed by bug fixes.
+
+:ref:`Release 3.13.0 <v3.13.0>`
diff --git a/docs/source/release/v3.14.0/reflectometry.rst b/docs/source/release/v3.14.0/reflectometry.rst
new file mode 100644
index 0000000000000000000000000000000000000000..7875f5476718bb0ae1ecf8099b01eb44bb63ea75
--- /dev/null
+++ b/docs/source/release/v3.14.0/reflectometry.rst
@@ -0,0 +1,12 @@
+=====================
+Reflectometry Changes
+=====================
+
+.. contents:: Table of Contents
+   :local:
+
+.. warning:: **Developers:** Sort changes under appropriate heading
+    putting new features at the top of the section, followed by
+    improvements, followed by bug fixes.
+
+:ref:`Release 3.13.0 <v3.13.0>`
diff --git a/docs/source/release/v3.14.0/sans.rst b/docs/source/release/v3.14.0/sans.rst
new file mode 100644
index 0000000000000000000000000000000000000000..5975f8423828c85847be61ae44e7cf60e72c44d1
--- /dev/null
+++ b/docs/source/release/v3.14.0/sans.rst
@@ -0,0 +1,12 @@
+============
+SANS Changes
+============
+
+.. contents:: Table of Contents
+   :local:
+
+.. warning:: **Developers:** Sort changes under appropriate heading
+    putting new features at the top of the section, followed by
+    improvements, followed by bug fixes.
+
+:ref:`Release 3.13.0 <v3.13.0>`
\ No newline at end of file
diff --git a/docs/source/release/v3.14.0/ui.rst b/docs/source/release/v3.14.0/ui.rst
new file mode 100644
index 0000000000000000000000000000000000000000..95ee154539c65bee7820b8b8540501c11c065cc5
--- /dev/null
+++ b/docs/source/release/v3.14.0/ui.rst
@@ -0,0 +1,12 @@
+======================
+UI & Usability Changes
+======================
+
+.. contents:: Table of Contents
+   :local:
+
+.. warning:: **Developers:** Sort changes under appropriate heading
+    putting new features at the top of the section, followed by
+    improvements, followed by bug fixes.
+
+:ref:`Release 3.13.0 <v3.13.0>`