diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f4a75623..01d9d35275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.11.9 – 2024-10-18 +### Fixed +* Disable buggy MX autoconfig + ## 1.11.8 – 2022-12-06 ### Fixed - Missing aliases for new accounts diff --git a/appinfo/info.xml b/appinfo/info.xml index a81d099ed2..12356b706d 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -12,7 +12,7 @@ - **🙈 We’re not reinventing the wheel!** Based on the great [Horde](https://horde.org) libraries. - **📬 Want to host your own mail server?** We don’t have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)! ]]> - 1.11.8 + 1.11.9 agpl Christoph Wurst Greta Doçi diff --git a/package-lock.json b/package-lock.json index 55cc72c00d..f3fe67eeb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nextcloud-mail", - "version": "1.11.8", + "version": "1.11.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nextcloud-mail", - "version": "1.11.8", + "version": "1.11.9", "license": "agpl", "dependencies": { "@ckeditor/ckeditor5-alignment": "~31.0.0", diff --git a/package.json b/package.json index c8fe1b4c8c..287321b6b7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nextcloud-mail", "description": "Nextcloud Mail", - "version": "1.11.8", + "version": "1.11.9", "author": "Christoph Wurst ", "license": "agpl", "private": true,