From cb463681317b432d5592323bd63811f6a19f4879 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Tue, 9 Oct 2018 17:33:14 +0200 Subject: [PATCH] Correct changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14c307e..10d5b96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,14 @@ ## Unreleased -## [4.2.1-1] - 14/05/2018 +## [4.2.1-2] - 09/10/2018 ### Added -* Set up a complete CI/CD system for this Docker, using CircleCI: docker is noz automatically packaged, tested and deployed to Docker Hub +* Set up a complete CI/CD system for this Docker, using CircleCI: docker is now automatically packaged, tested and deployed to Docker Hub ### Changed * Hotfix for BZIP2 binary, due to latest Alpine layout modifications, is now applied when the container is created, removing the error `n: /bin/bzip2: File exists` when container is restarted. -## [4.2.1-1] - 14/05/2018 +## [4.2.1-1] - 12/09/2018 ### Added * Add and configure circus, an alternative to supervisor, compatible with Python 3, with better control over environment variables propagation, and network sockets supervision (not used yet here) * Mandatory perl modules for Backuppc are now installed as pre-compiled binaries from Alpine repos