From 9962369a21a844c594a343d2095b27dfdeaf3216 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 26 Apr 2023 13:13:21 +0200 Subject: [PATCH] Bump version --- CHANGELOG | 4 ++++ CloudronManifest.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 72f6191..0ade3a3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -304,3 +304,7 @@ * Update Ruby to 3.0.6 due to ReDoS vulnerabilities (saizai) * Fix unescaped user input in LDAP query (ClearlyClaire) +[1.11.4] +* Allow to customize cache retention days +* Cleanup accounts cache + diff --git a/CloudronManifest.json b/CloudronManifest.json index db18cf8..90c7d7d 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Federated social network", - "version": "1.11.3", + "version": "1.11.4", "upstreamVersion": "4.1.2", "healthCheckPath": "/about", "httpPort": 8000,