diff options
-rw-r--r-- | CHANGELOG | 3 | ||||
-rw-r--r-- | CloudronManifest.json | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -16,3 +16,6 @@ | |||
16 | [0.5.1] | 16 | [0.5.1] |
17 | * Fix settings link | 17 | * Fix settings link |
18 | * Add selenium tests | 18 | * Add selenium tests |
19 | |||
20 | [0.5.2] | ||
21 | * Support username and email login | ||
diff --git a/CloudronManifest.json b/CloudronManifest.json index efd83ae..d937ad7 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json | |||
@@ -9,7 +9,7 @@ | |||
9 | "webserver", | 9 | "webserver", |
10 | "server" | 10 | "server" |
11 | ], | 11 | ], |
12 | "version": "0.5.1", | 12 | "version": "0.5.2", |
13 | "targetBoxVersion": "0.4.0", | 13 | "targetBoxVersion": "0.4.0", |
14 | "healthCheckPath": "/api/healthcheck", | 14 | "healthCheckPath": "/api/healthcheck", |
15 | "httpPort": 3000, | 15 | "httpPort": 3000, |