From 11638c747ae141c6b0dbd4056622cbf99b8000fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Depriester?= Date: Fri, 22 Jan 2021 10:18:04 +0100 Subject: [PATCH] Release 2.4.2 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70892a24..83df8bc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [2.4.2](https://github.com/camptocamp/bivac/releases/tag/2.4.2) (2021-01-22) + +IMPROVEMENTS: + +- `core`: Add debug information in the backup process +- `platform`: Add support of architecture `arm64` + +BUG FIXES: + +- `scheduler`: Fix a bug in the scheduler that leads to skipping backup for a day when the previous backup didn't end correctly. + # [2.4.1](https://github.com/camptocamp/bivac/releases/tag/2.4.1) (2020-11-30) IMPROVEMENTS: