From: Johannes Zellner Date: Fri, 10 Feb 2017 11:14:09 +0000 (+0100) Subject: Add changes for version 0.7.0 X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git;a=commitdiff_plain;h=7c82255ba93dbefb3563466562d2f68dadf6e83a Add changes for version 0.7.0 --- diff --git a/CHANGELOG b/CHANGELOG index 90d8cf7..a6e1202 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -42,3 +42,9 @@ [0.6.0] * Support multifile upload via the webinterface + +[0.7.0] +* Implement token auth with redis backend +* Basic drag'n'drop support +* Use new base image v0.10.0 + diff --git a/CloudronManifest.json b/CloudronManifest.json index 57c9677..1d45917 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -9,7 +9,7 @@ "webserver", "server" ], - "version": "0.6.0", + "version": "0.7.0", "healthCheckPath": "/api/healthcheck", "httpPort": 3000, "manifestVersion": 1,