diff --git a/CITATION.cff b/CITATION.cff
index 96c3399d00e5fbdb7976b30afd7613ada79c650d..4e8a71c5709598903c76915646f6793e13716237 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -254,6 +254,9 @@ authors:
     - given-names: Luca
       family-names: Urpi
 identifiers:
+    - type: doi
+      value: 10.5281/zenodo.14672997
+      description: Zenodo DOI for 6.5.4
     - type: doi
       value: 10.5281/zenodo.13685289
       description: Zenodo DOI for 6.5.3
diff --git a/web/content/publications/_index.md b/web/content/publications/_index.md
index 4d56550cae26595ee28ae908d1af95dfec0b0b3f..3466122041dfcf1b04b7f93a23f17bc5816e3bcf 100644
--- a/web/content/publications/_index.md
+++ b/web/content/publications/_index.md
@@ -12,26 +12,31 @@ weight = 3
 ### Cite the software
 
 ```bibtex
-@software{ogs:6.5.3,
-  author       = {Naumov, Dmitri and
-                  Bilke, Lars and
-                  Lehmann, Christoph and
-                  Fischer, Thomas and
+@software{ogs:6.5.4,
+  author       = {Bilke, Lars and
+                  Naumov, Dmitri and
                   Wang, Wenqing and
-                  Shao, Haibing and
+                  Fischer, Thomas and
+                  Kiszkurno, Feliks K. and
+                  Lehmann, Christoph and
+                  Max, Jäschke and
+                  Zill, Florian and
                   Buchwald, Jörg and
-                  Rink, Karsten and
-                  Chen, Chaofan and
-                  Mollaali, Mostafa and
+                  Grunwald, Norbert and
                   Kessler, Kristof and
-                  Max, Jäschke},
+                  Aubry, Ludovic and
+                  Dörnbrack, Maximilian and
+                  Nagel, Thomas and
+                  Ahrendt, Lion and
+                  Kaiser, Sonja and
+                  Meisel, Tobias},
   title        = {OpenGeoSys},
-  month        = sep,
-  year         = 2024,
+  month        = jan,
+  year         = 2025,
   publisher    = {Zenodo},
-  version      = {6.5.3},
-  doi          = {10.5281/zenodo.13685289},
-  url          = {https://doi.org/10.5281/zenodo.13685289}
+  version      = {6.5.4},
+  doi          = {10.5281/zenodo.14672997},
+  url          = {https://doi.org/10.5281/zenodo.14672997},
 }
 ```