diff --git a/CHANGELOG.md b/CHANGELOG.md index 90bb237..7066ab7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.32.17](https://github.com/nodemailer/zonemta-wildduck/compare/v1.32.16...v1.32.17) (2024-10-14) + + +### Bug Fixes + +* **cicd-pipeline:** Add pipeline for building and pushing the docker image to GHCR ([1f4eeb4](https://github.com/nodemailer/zonemta-wildduck/commit/1f4eeb438249fbdaaed8cf17e87fe5ab3f777f56)) +* **gelf-subject:** Set default subject limit in gelf logs ZMS-177 ([#32](https://github.com/nodemailer/zonemta-wildduck/issues/32)) ([36cc6af](https://github.com/nodemailer/zonemta-wildduck/commit/36cc6af74d3e63fb74d927a48141813b53de71a2)) + ## [1.32.16](https://github.com/nodemailer/zonemta-wildduck/compare/v1.32.15...v1.32.16) (2024-08-08) diff --git a/package-lock.json b/package-lock.json index 3591569..7b197a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zonemta-wildduck", - "version": "1.32.16", + "version": "1.32.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "zonemta-wildduck", - "version": "1.32.16", + "version": "1.32.17", "license": "EUPL-1.1+", "dependencies": { "bcryptjs": "2.4.3", diff --git a/package.json b/package.json index 11319cf..0d15a46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zonemta-wildduck", - "version": "1.32.16", + "version": "1.32.17", "description": "WildDuck MSA plugin for ZoneMTA", "main": "index.js", "author": "Andris Reinman",