diff --git a/CHANGELOG.md b/CHANGELOG.md
index 31bbb3d5b..1f7462aaa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# [3.8.0](https://github.com/nextcloud/mail/compare/v3.7.8...v3.8.0) (2024-10-16)
+# [3.7.9](https://github.com/nextcloud/mail/compare/v3.7.8...v3.7.9) (2024-10-16)
### Bug Fixes
@@ -11,12 +11,7 @@
* **imap:** do a single full sync when QRESYNC is enabled ([cdf550c](https://github.com/nextcloud/mail/commit/cdf550c81d4e31909a75ec1e6b9d4b3ad720d8d0))
* **imap:** persist vanished messages immediately on EXAMINE commands ([a2c9e8c](https://github.com/nextcloud/mail/commit/a2c9e8cdf6abfe3648e17decaa82407878ffd178))
* select multiple envelopes by holding shift directly ([5aec041](https://github.com/nextcloud/mail/commit/5aec0416f37bd1a7f7e906bb41cc707acd2c6d15))
-
-
-### Features
-
-* implement periodic full sync job to repair cache inconsistencies ([e267da1](https://github.com/nextcloud/mail/commit/e267da1633e8205fca69721e9d9dad4bbe6bfc6e))
-
+* * implement periodic full sync job to repair cache inconsistencies ([e267da1](https://github.com/nextcloud/mail/commit/e267da1633e8205fca69721e9d9dad4bbe6bfc6e))
### Performance Improvements
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ea4281e55..0dd42f664 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.8.0
+ 3.7.9
agpl
Christoph Wurst
GretaD
diff --git a/package-lock.json b/package-lock.json
index d96095b3e..2bc67b321 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "nextcloud-mail",
- "version": "3.8.0",
+ "version": "3.7.9",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nextcloud-mail",
- "version": "3.7.8",
+ "version": "3.7.9",
"license": "agpl",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "37.1.0",
diff --git a/package.json b/package.json
index f914633e5..45f387ca7 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "3.8.0",
+ "version": "3.7.9",
"author": "Christoph Wurst ",
"license": "agpl",
"private": true,