From 949a2671e0bcc2af76ec934e99e5f516b3bc967b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:45:31 +0200 Subject: [PATCH] chore(master): release 1.32.17 [skip-ci] (#31) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90bb237..d23ec58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.32.17](https://github.com/nodemailer/zonemta-wildduck/compare/v1.32.16...v1.32.17) (2024-10-28) + + +### 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)) +* **license-readme:** ZMS-180 ([#33](https://github.com/nodemailer/zonemta-wildduck/issues/33)) ([81c4c7e](https://github.com/nodemailer/zonemta-wildduck/commit/81c4c7e70e568aa6d4cdf496cdcd534d648ab3a2)) + ## [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 ca6b000..1bc6ad9 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 87be022..1993426 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",