From 6161a80e75f554798b3aa7d527d91ce45684fece Mon Sep 17 00:00:00 2001 From: Rezart Qelibari Date: Sun, 21 Aug 2022 18:13:16 +0200 Subject: [PATCH] Release 2.0.0 --- CHANGELOG | 6 +++++- Dockerfile | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b457884..1819f7a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,12 +5,16 @@ The format is based on [Keep a Changelog][keepachangelog], and this project adheres to [Semantic Versioning][semver]. ## [Unreleased] + +## [2.0.0] - 2022-08-21 ### New - Added a sponsoring button to the repository, as some nice people want to show their appreciation this way. +- Added GitHub Action to automatically deploy new releases to Docker Hub. ### Changed - Update to newest version of Wildduck, ZoneMTA, Haraka and Wildduck's - Haraka-Plugin. + Haraka-Plugin. Configuration has changed, make sure to update configuration + files accordingly. - Update node to v14 as Wildduck makes use of optional chaining now. ## [1.2.5] - 2020-02-25 diff --git a/Dockerfile b/Dockerfile index 0a89286..107c49e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:14-alpine as builder LABEL org.label-schema.vendor = "Astzweig GmbH & Co. KG" -LABEL org.label-schema.version = "1.2.5" +LABEL org.label-schema.version = "2.0.0" LABEL org.label-schema.description = "A docker container to run nodemailer/wildduck mailserver." LABEL org.label-schema.vcs-url = "https://github.com/astzweig/docker-wildduck" LABEL org.label-schema.schema-version = "1.0"