From 912bea3e23fbc15e8c4840adf70c940ebfeb7125 Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sat, 5 Nov 2022 12:01:59 +0100 Subject: [PATCH] docs: add changelog entry about migration fix Signed-off-by: Philip Molares --- public/docs/release-notes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/docs/release-notes.md b/public/docs/release-notes.md index 3a9e06dc5..8701893e1 100644 --- a/public/docs/release-notes.md +++ b/public/docs/release-notes.md @@ -1,4 +1,10 @@ # Release Notes + +## 1.9.6 UNRELEASED + +### Bugfixes +- Fix a bug in the migrations, that deleted users notes in sqlite. + ## 1.9.5 2022-10-30 ### Enhancements