diff --git a/CHANGELOG.md b/CHANGELOG.md index f1dbb5a..3b3bd82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1111,3 +1111,6 @@ * Add a new module API callback that allows adding extra fields to events' unsigned section when sent down to clients. (#16549) * Improve the performance of claiming encryption keys. (#16565, #16570) +[1.82.0] +* Switch LDAP authentication to OIDC login + diff --git a/CloudronManifest.json b/CloudronManifest.json index b7bd802..f8fab9f 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG.md", "tagline": "Secure & decentralized communication", - "version": "1.81.0", + "version": "1.82.0", "upstreamVersion": "1.96.1", "healthCheckPath": "/", "httpPort": 8008,