From 239b21a26f8f736a6be1637c8cd2539e7636a579 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Sun, 16 Aug 2020 10:57:31 +0200 Subject: [PATCH] Bump version --- CHANGELOG | 3 +++ CloudronManifest.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 504e964..e02aede 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -52,3 +52,6 @@ * Add custom icon for private boosts in web UI (ThibG) * Add support for Create and Update activities that don't inline objects in ActivityPub (ThibG) * Add support for Undo activities that don't inline activities in ActivityPub (ThibG) + +[1.4.1] +* Add cron job to cleanup cached files diff --git a/CloudronManifest.json b/CloudronManifest.json index fc4fa1a..6953072 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Federated social network", - "version": "1.4.0", + "version": "1.4.1", "healthCheckPath": "/about", "httpPort": 8000, "memoryLimit": 1610612736,