From 186b0869dfd8ed7474a354d18072b3931f81f2df Mon Sep 17 00:00:00 2001 From: mpostma Date: Mon, 22 Mar 2021 16:10:53 +0100 Subject: [PATCH] edit changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cfee1483..6807a76f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.20.0 - 2021-03-22 + + - Fix build on mac M1 (#1280) + - Server root returns 200 in production (#1292) + - Healthcheck returns 200 (#1291) + - Snapshot temporary files are not created in /tmp anymore (#1238) + ## v0.19.0 - 2021-02-09 - The snapshots are now created and then renamed in atomically (#1172)