diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c5f24767f..ac3883ad68 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+## [3.7.14](https://github.com/nextcloud/mail/compare/v3.7.13...v3.7.14) (2024-11-29)
+
+
+### Bug Fixes
+
+* **release:** missing certificate causing an invalid signature ([9f839e3](https://github.com/nextcloud/mail/commit/9f839e391ff7b704e990ab5a6c7cc5042cfce603))
+
+
+
## [3.7.13](https://github.com/nextcloud/mail/compare/v3.7.12...v3.7.13) (2024-11-27)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 366725a727..b98dd79baa 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -29,7 +29,7 @@ The rating depends on the installed text processing backend. See [the rating ove
Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/).
]]>
- 3.7.13
+ 3.7.14
agpl
Christoph Wurst
GretaD
diff --git a/package-lock.json b/package-lock.json
index f2788172aa..b913028609 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nextcloud-mail",
- "version": "3.7.13",
+ "version": "3.7.14",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index a9f3d2d2d3..6b9c880dc7 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "3.7.13",
+ "version": "3.7.14",
"author": "Christoph Wurst ",
"license": "agpl",
"private": true,