From 91d5c710edc8295c6ecf4f75a9d8fe75dbd9e1f6 Mon Sep 17 00:00:00 2001 From: Sung Won Cho Date: Sun, 3 May 2020 09:39:04 +1000 Subject: [PATCH] Release server 1.0.3 (#462) --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b4dcf55..8d302062 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ The following log documents the history of the server project. ### Unreleased +None + +### 1.0.3 2020-05-03 + #### Fixed - Fix timeline grouping notes by added time rather than updated time. @@ -20,6 +24,12 @@ The following log documents the history of the server project. - Sort notes by last activity to make it easier to see the most recently accessed information. +### 1.0.2 2020-05-03 + +#### Changed + +* Support arm64. + ### 1.0.1 - 2020-03-29 - Fix fresh install running migrations against tables that no longer exists.