diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index f7ad4e07ff5f120524a94a39afba4551d6d36685..30d14637d87abc146aac03a4c80cbd28310dc608 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -8,4 +8,5 @@ The following people contributed to the developpement of this code (chronologic
 + Antonin Sauret
 + Vadim Gubaidulin
 + Keon Hee Kim
-+ Salah Eddine Feddaoui Dellalou
\ No newline at end of file
++ Salah Eddine Feddaoui Dellalou
++ Teresia Olsson
\ No newline at end of file
diff --git a/README.md b/README.md
index 9591f8b37b4778b9cfb41f1f256f3db03510f67a..715e0b187c8d2e7dfe195fab5b2a0c8ac60f2899 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ References
 ----------
 If used in a publication, please cite mbtrack2 paper and the zenodo archive for the corresponding code version (and any other paper in this list for more specific features).
 
-[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.12749990.svg)](https://doi.org/10.5281/zenodo.12749990)
+[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14418989.svg)](https://doi.org/10.5281/zenodo.14418989)
 
 ### mbtrack2 general features
 A. Gamelin, W. Foosang, and R. Nagaoka, “mbtrack2, a Collective Effect Library in Python”, presented at the 12th Int. Particle Accelerator Conf. (IPAC'21), Campinas, Brazil, May 2021, paper MOPAB070.
diff --git a/docs/source/mbtrack2.tracking.rst b/docs/source/mbtrack2.tracking.rst
index e26114f1a72d37c950a51d30ccbc294787b4e042..6abda1151d715703075274629d09b50d158441f0 100644
--- a/docs/source/mbtrack2.tracking.rst
+++ b/docs/source/mbtrack2.tracking.rst
@@ -36,6 +36,14 @@ mbtrack2.tracking.element module
    :undoc-members:
    :show-inheritance:
 
+mbtrack2.tracking.emfields module
+---------------------------------
+
+.. automodule:: mbtrack2.tracking.emfields
+   :members:
+   :undoc-members:
+   :show-inheritance:
+
 mbtrack2.tracking.excite module
 -------------------------------
 
@@ -52,6 +60,14 @@ mbtrack2.tracking.feedback module
    :undoc-members:
    :show-inheritance:
 
+mbtrack2.tracking.ibs module
+----------------------------
+
+.. automodule:: mbtrack2.tracking.ibs
+   :members:
+   :undoc-members:
+   :show-inheritance:
+
 mbtrack2.tracking.parallel module
 ---------------------------------
 
@@ -68,14 +84,6 @@ mbtrack2.tracking.particles module
    :undoc-members:
    :show-inheritance:
 
-mbtrack2.tracking.particles\_electromagnetic\_fields module
------------------------------------------------------------
-
-.. automodule:: mbtrack2.tracking.particles_electromagnetic_fields
-   :members:
-   :undoc-members:
-   :show-inheritance:
-
 mbtrack2.tracking.rf module
 ---------------------------
 
diff --git a/mbtrack2/__init__.py b/mbtrack2/__init__.py
index 83082c2c222729087eb3770fe2cc4b55750de30a..9e27c5a7c42c95c8f1559dace84913bb9a92d8c1 100644
--- a/mbtrack2/__init__.py
+++ b/mbtrack2/__init__.py
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-__version__ = "0.7.0"
+__version__ = "0.8.0"
 from mbtrack2.impedance import *
 from mbtrack2.instability import *
 from mbtrack2.tracking import *
@@ -42,7 +42,7 @@ def print_version():
         "If used in a publication, please cite mbtrack2 paper and the zenodo archive for the corresponding code version (and other papers for more specific features)."
     )
     print(
-        "[1] A. Gamelin, W. Foosang, N. Yamamoto, V. Gubaidulin and R. Nagaoka, “mbtrack2”. Zenodo, Jull. 17, 2024. doi: 10.5281/zenodo.12749990."
+        "[1] A. Gamelin, W. Foosang, N. Yamamoto, V. Gubaidulin and R. Nagaoka, “mbtrack2”. Zenodo, Dec. 16, 2024. doi: 10.5281/zenodo.14418989."
     )
     print(
         "[2] A. Gamelin, W. Foosang, and R. Nagaoka, “mbtrack2, a Collective Effect Library in Python”, presented at the 12th Int. Particle Accelerator Conf. (IPAC'21), Campinas, Brazil, May 2021, paper MOPAB070."
diff --git a/pyproject.toml b/pyproject.toml
index 463b6d2ff1e4a4595242f796cdeff211988cece4..521f7d36ddfd788501877c4aa5f1e238b6794346 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "mbtrack2"
-version = "0.7.0"
+version = "0.8.0"
 description = "A coherent object-oriented framework to work on collective effects in synchrotrons."
 authors = ["Alexis Gamelin <alexis.gamelin@synchrotron-soleil.fr>"]
 license = "BSD-3-Clause"