Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rezart Qelibari committed Jan 27, 2019
1 parent b37d019 commit 8d9e250
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog][keepachangelog],
and this project adheres to [Semantic Versioning][semver].

## [1.1.1] - 2019-01-27
### Fixed
- Fix an error that would cause the configuration files to be inside a
subfolder and hence hidden from the services.

## [1.1.0] - 2019-01-27
### New
- Add USE_OWN_SETTINGS environment variables to enable users to prevent
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:latest as builder
LABEL org.label-schema.vendor = "Astzweig UG(haftungsbeschränkt) & Co. KG"
LABEL org.label-schema.version = "1.1.0"
LABEL org.label-schema.version = "1.1.1"
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 8d9e250

Please sign in to comment.