diff --git a/makedocs/source/archive.rst b/makedocs/source/archive.rst
index 17ba454..9aace3c 100644
--- a/makedocs/source/archive.rst
+++ b/makedocs/source/archive.rst
@@ -11,6 +11,8 @@ Past Documents
.. raw:: html
+ - lifelib v0.7.0
+ - lifelib v0.6.0
- lifelib v0.5.0
- lifelib v0.4.1
- lifelib v0.3.3
diff --git a/makedocs/source/index.rst b/makedocs/source/index.rst
index c676aa5..64bed3a 100644
--- a/makedocs/source/index.rst
+++ b/makedocs/source/index.rst
@@ -104,6 +104,7 @@ Contribute your excellent work to lifelib and share it with actuaries all over t
* :doc:`libraries/savings/index`
* :doc:`libraries/assets/index`
* :doc:`libraries/economic/index`
+ * :doc:`libraries/economic_curves/index`
* :doc:`libraries/cluster/index`
---
@@ -140,6 +141,7 @@ Contribute your excellent work to lifelib and share it with actuaries all over t
* :ref:`notebooks_basiclife`
* :ref:`notebooks_savings`
* :ref:`notebooks_economic`
+ * :ref:`notebooks_economic_curves`
* :ref:`notebooks_cluster`
* :ref:`notebooks_fastlife`
* :ref:`notebooks_simplelife`
diff --git a/makedocs/source/notebooks.rst b/makedocs/source/notebooks.rst
index 548ac68..4235e68 100644
--- a/makedocs/source/notebooks.rst
+++ b/makedocs/source/notebooks.rst
@@ -33,6 +33,18 @@ Notebooks
* :doc:`libraries/notebooks/economic/hull-white-simulation`
+
+.. _notebooks_economic_curves:
+
+:mod:`economic_curves` Notebooks
+---------------------------------
+
+* :doc:`libraries/economic_curves/smith_wilson_example`
+* :doc:`libraries/economic_curves/Stationary Bootstrap Italian Swap Example`
+* :doc:`libraries/economic_curves/NelsonSiegelSvenssonExample`
+* :doc:`libraries/economic_curves/EIOPA RISK FREE CURVE MONTHLY PUBLICATION RECALCULATION`
+* :doc:`libraries/economic_curves/METROPOLIS_HASTINGS_BLACK_SHOLES`
+
.. _notebooks_cluster:
:mod:`cluster` Notebooks
diff --git a/makedocs/source/releases/relnotes_v0.8.0.rst b/makedocs/source/releases/relnotes_v0.8.0.rst
new file mode 100644
index 0000000..9d1b51c
--- /dev/null
+++ b/makedocs/source/releases/relnotes_v0.8.0.rst
@@ -0,0 +1,37 @@
+.. currentmodule:: lifelib.libraries
+
+.. _relnotes_v0.8.0:
+
+==================================
+lifelib v0.8.0 (19 November 2022)
+==================================
+
+This release adds a new library, :mod:`~economic_curves`.
+
+To update lifelib, run the following command::
+
+ >>> pip install lifelib --upgrade
+
+If you're using Anaconda, use the ``conda`` command instead::
+
+ >>> conda update lifelib
+
+
+New Library
+===============
+
+This release adds a new library :mod:`~economic_curves`.
+The :mod:`~economic_curves` library includes Python scripts and notebooks
+that contain practical algorithms for modeling economic scenarios,
+many of which are relevant to regulatory requirements
+in UK and EU countries under the Solvency 2 regime.
+
+This library was based on
+`insurance_python `_, a library in an external project,
+the `Actuarial Algorithms `_,
+developed and maintained by Qnity Consultants and Gregor Fabjan.
+
+See :mod:`~economic_curves` and :ref:`notebooks_economic_curves` for more details.
+
+
+
diff --git a/makedocs/source/updates.rst b/makedocs/source/updates.rst
index 981d44d..9d7937f 100644
--- a/makedocs/source/updates.rst
+++ b/makedocs/source/updates.rst
@@ -14,6 +14,10 @@ Updates
Follow lifelib on LinkedIn
for more frequent updates.
+* *19 Nov 2022:*
+ lifelib v0.8.0 is released. New library :mod:`~economic_curves` is available.
+ See :ref:`Release Notes` for details.
+
* *10 Oct 2022:*
lifelib v0.7.0 is released. See :ref:`Release Notes` for details.
@@ -23,14 +27,14 @@ Updates
* *28 Aug 2022:*
lifelib v0.6.0 is released. See :ref:`Release Notes` for details.
+.. Latest Updates End
+
* *20 Aug 2022:*
New video series, *Getting Started with lifelib* available on the :doc:`videos` page.
* *30 Jul 2022:*
New download available on the :doc:`download` page.
-.. Latest Updates End
-
* *9 Jul 2022:*
lifelib v0.5.0 is released. See :ref:`Release Notes` for details.
diff --git a/makedocs/source/whatsnew.rst b/makedocs/source/whatsnew.rst
index 0343c4d..1663487 100644
--- a/makedocs/source/whatsnew.rst
+++ b/makedocs/source/whatsnew.rst
@@ -33,6 +33,7 @@ Documentation for released versions of lifelib is available under
.. toctree::
:maxdepth: 2
+ releases/relnotes_v0.8.0
releases/relnotes_v0.7.0
releases/relnotes_v0.6.0
releases/relnotes_v0.5.0