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,