diff options
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | CloudronManifest.json | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -92,3 +92,7 @@ | |||
92 | * Add access token support for better CI/CD integration | 92 | * Add access token support for better CI/CD integration |
93 | * Various UI fixes for preview thumbnails | 93 | * Various UI fixes for preview thumbnails |
94 | 94 | ||
95 | [5.9.0] | ||
96 | * Rename `surfer_root` to `public` | ||
97 | * `surfer put` CLI has changed | ||
98 | |||
diff --git a/CloudronManifest.json b/CloudronManifest.json index f19c135..081acf6 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json | |||
@@ -10,7 +10,7 @@ | |||
10 | "hosting", | 10 | "hosting", |
11 | "server" | 11 | "server" |
12 | ], | 12 | ], |
13 | "version": "5.8.0", | 13 | "version": "5.9.0", |
14 | "healthCheckPath": "/api/healthcheck", | 14 | "healthCheckPath": "/api/healthcheck", |
15 | "httpPort": 3000, | 15 | "httpPort": 3000, |
16 | "manifestVersion": 2, | 16 | "manifestVersion": 2, |