From e3d0ddfc929214abcfd007e1ffdcf90c70b93d2c Mon Sep 17 00:00:00 2001 From: Sung Won Cho Date: Sun, 3 Nov 2019 19:24:55 -0800 Subject: [PATCH] Document changes (#295) --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6574158c..851a4f8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ The following log documentes the history of the server project. ### [Unreleased] +N/A + +### 0.2.1 - 2019-11-04 + #### Upgrade Guide * Please define the follwoing new environment variables: @@ -22,11 +26,12 @@ The following log documentes the history of the server project. #### Added - Display version number in the settings (#293) +- Allow unsecure database connection in production (#276) #### Fixed - Allow to customize the app URL in the emails (#290) -- Allow to customize the SMTP port +- Allow to customize the SMTP port (#292) ### 0.2.0 - 2019-10-28