From 9ec63e4fcf2f9171e137b91a8440688c96af9f3b Mon Sep 17 00:00:00 2001 From: Giovanni Garufi Date: Sat, 10 Nov 2018 16:39:51 +0100 Subject: [PATCH] fix changelog.md Fix versionist formatting error in CHANGELOG.md. Also re-formatted previous changelog entries for consistency with the new format. Change-type: patch Signed-off-by: Giovanni Garufi --- CHANGELOG.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef1a42e..8a8dd1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,27 +1,30 @@ # Change Log All notable changes to this project will be documented in this file +automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! +This project adheres to [Semantic Versioning](http://semver.org/). # v0.0.5 ## (2018-11-07) * env: Pass superuser credentials in the environment [Rich Bayliss] -automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! -This project adheres to [Semantic Versioning](http://semver.org/). - -## v0.0.4 - 2018-11-02 +# v0.0.4 +## (2018-11-02) * Automatically detect the correct NodeJS binary [Akis Kesoglou] -## v0.0.3 - 2018-11-02 +# v0.0.3 +## (2018-11-02) * Forward VPN config to the API container [Akis Kesoglou] -## v0.0.2 - 2018-11-01 +# v0.0.2 +## (2018-11-01) * Add support for automatic versioning [Akis Kesoglou] -## v0.0.1 - 2018-02-20 +# v0.0.1 +## (2018-02-20) * Initial commit