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,