diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e88a89ca..d27daa177 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [3.7.4](https://github.com/nextcloud/mail/compare/v3.7.3...v3.7.4) (2024-07-15) + + +### Bug Fixes + +* add repair job to deleted duplicated cached messages ([7075e64](https://github.com/nextcloud/mail/commit/7075e640b4651a3b1a736103359ed80a4f4bfbb7)) +* **db:** Delete recipients without sub query ([50328e1](https://github.com/nextcloud/mail/commit/50328e1876ec81c69a4692e4bf7e8a1d485240b3)) +* **deps:** Apply npm audit fix ([64fba8c](https://github.com/nextcloud/mail/commit/64fba8cfb8dbe9f684f901757e0f49f8a1998f5e)) +* duplicate uid repair job failing on postgres ([48f1b33](https://github.com/nextcloud/mail/commit/48f1b33620f5d7c42d3cba8033d8947dcf4b7f9c)) +* **printing:** Fix long emails getting cut for print ([e73f285](https://github.com/nextcloud/mail/commit/e73f28595049d0eb660828579ea128ec546116ae)) + + + ## [3.7.3](https://github.com/nextcloud/mail/compare/v3.7.2...v3.7.3) (2024-07-04) diff --git a/appinfo/info.xml b/appinfo/info.xml index e9618ae02..563126f6e 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.3 + 3.7.4 agpl Christoph Wurst Nextcloud Groupware Team diff --git a/package-lock.json b/package-lock.json index 12a1d60dc..cc34648ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nextcloud-mail", - "version": "3.7.3", + "version": "3.7.4", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index edd08a855..c83a470d6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nextcloud-mail", "description": "Nextcloud Mail", - "version": "3.7.3", + "version": "3.7.4", "author": "Christoph Wurst ", "license": "agpl", "private": true,