Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rqelibari committed Aug 21, 2022
1 parent eada6a7 commit 6161a80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 6161a80

Please sign in to comment.