aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG6
-rw-r--r--CloudronManifest.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 90d8cf7..a6e1202 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -42,3 +42,9 @@
42 42
43[0.6.0] 43[0.6.0]
44* Support multifile upload via the webinterface 44* Support multifile upload via the webinterface
45
46[0.7.0]
47* Implement token auth with redis backend
48* Basic drag'n'drop support
49* Use new base image v0.10.0
50
diff --git a/CloudronManifest.json b/CloudronManifest.json
index 57c9677..1d45917 100644
--- a/CloudronManifest.json
+++ b/CloudronManifest.json
@@ -9,7 +9,7 @@
9 "webserver", 9 "webserver",
10 "server" 10 "server"
11 ], 11 ],
12 "version": "0.6.0", 12 "version": "0.7.0",
13 "healthCheckPath": "/api/healthcheck", 13 "healthCheckPath": "/api/healthcheck",
14 "httpPort": 3000, 14 "httpPort": 3000,
15 "manifestVersion": 1, 15 "manifestVersion": 1,