diff --git a/.gitlab/zenodo.yaml b/.gitlab/zenodo.yaml
index 6b2d6df35cd0d1465b009c2cd41a6ccb96e82e55..6be289d0d3c81a9f97fcffcc8b46181462144063 100644
--- a/.gitlab/zenodo.yaml
+++ b/.gitlab/zenodo.yaml
@@ -15,7 +15,19 @@ send-snapshot:
   script:
     - pip install gitlab2zenodo
     - git archive --format zip --output ${CI_COMMIT_TAG#v}.zip ${CI_COMMIT_TAG}
-    - g2z-send -i $zenodo_record -t $zenodo_token -s -m .zenodo.json ${CI_COMMIT_TAG#v}.zip
+    - g2z-send -i 15111433 -t ${ZENODO_APIKEY}} -m .zenodo.json ${CI_COMMIT_TAG#v}.zip
   needs: []
-  allow_failure: false
+  allow_failure: true
+  interruptible: true
+
+send-sandbox-snapshot:
+  stage: deploy
+  rules:
+    - if: $CI_COMMIT_TAG =~ /^v?[0-9]+\.[0-9]+/
+  script:
+    - pip install gitlab2zenodo
+    - git archive --format zip --output ${CI_COMMIT_TAG#v}.zip ${CI_COMMIT_TAG}
+    - g2z-send -i 192628 -t ${ZENODO_SANDBOX} -s -m .zenodo.json ${CI_COMMIT_TAG#v}.zip
+  needs: []
+  allow_failure: true
   interruptible: true
diff --git a/ChangeLog.md b/ChangeLog.md
index ab54a5bcca02cad5e777b656ef4cbf9d65ece451..d4e4c970fd9006a206442e7c3665df3e42c41d34 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -13,10 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 - Cleanup of git history
 - Simulation results available as artifacts
+- Deposition on Zenodo
 
 # Release notes for version 1.0.0
 
-- More omplete metadata
+- More complete metadata
 - Homogenized documentation
 - Submission to the Journal of Open Source Software (JOSS)
 - Docker available at https://registry.hzdr.de/dam-elbextreme/oxypom/fabm:latest
diff --git a/ReadMe.md b/ReadMe.md
index 97e580c7fff1e1d9ee66c17b1cabed447738f88e..2681e662a7c803fd022783f489d1f8fa18a980a1 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -12,11 +12,11 @@ SPDX-FileContributor Carsten Lemmen <carsten.lemmen@hereon.de>
 [![Prettier style](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
 [![Pipeline](https://codebase.helmholtz.cloud/dam-elbextreme/oxypom/badges/main/pipeline.svg)](https://codebase.helmholtz.cloud/dam-elbextreme/oxypom/-/pipelines)
 [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSES/Apache-2.0.txt)
+[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.15111433.svg)](https://zenodo.org/records/15111433)
 
 <!--
 [![CodeFactor](https://www.codefactor.io/repository/github/platipodium/vinos/badge)](https://www.codefactor.io/repository/github/platipodium/vinos
 [![Open Code](https://img.shields.io/badge/_%3C%2F%3E-open_code-92c02e?logo=gnometerminal&logoColor=lightblue&link=https://www.comses.net/resources/open-code-badge/)](LINK HERE)
-[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8430014.svg)](LINK HERE)
 [![JOSS status](https://joss.theoj.org/papers/84a737c77c6d676d0aefbcef8974b138/status.svg)](LINK HERE)
 -->