diff --git a/CHANGELOG b/CHANGELOG index 50ff433..f0e0ca5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -433,3 +433,6 @@ * #9269: panic: nil pointer dereference in (*indexHandlerRegistry).startLocked * #9274: Missing lock in DeviceStatistics ("fatal error: concurrent map read and map write") +[1.26.0] +* Add LDAP support + diff --git a/CloudronManifest.json b/CloudronManifest.json index 428aa74..a404926 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Decentralized file synchronization", - "version": "1.25.2", + "version": "1.26.0", "upstreamVersion": "1.27.1", "healthCheckPath": "/healthcheck", "httpPort": 8000,