diff --git a/CHANGELOG.md b/CHANGELOG.md index ae640523..9985fbe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.39.16](https://github.com/nodemailer/wildduck/compare/v1.39.15...v1.39.16) (2023-09-07) + + +### Bug Fixes + +* **index:** removed unneeded related_attachments index ([81ec8ca](https://github.com/nodemailer/wildduck/commit/81ec8ca2f59f083c1ded6814ca98076e2e1ee44c)) +* **test:** Added POST storage test ([#492](https://github.com/nodemailer/wildduck/issues/492)) ([1c17f5f](https://github.com/nodemailer/wildduck/commit/1c17f5fefc456e95a1f226ca826a273ca07336c4)) + ## [1.39.15](https://github.com/nodemailer/wildduck/compare/v1.39.14...v1.39.15) (2023-09-05) diff --git a/package-lock.json b/package-lock.json index b8dd81dc..38e0edd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wildduck", - "version": "1.39.15", + "version": "1.39.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wildduck", - "version": "1.39.15", + "version": "1.39.16", "license": "EUPL-1.2", "dependencies": { "@fidm/x509": "1.2.1", diff --git a/package.json b/package.json index a189a1f3..572b22da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wildduck", - "version": "1.39.15", + "version": "1.39.16", "description": "IMAP/POP3 server built with Node.js and MongoDB", "main": "server.js", "scripts": {