diff --git a/CHANGELOG b/CHANGELOG index e24edfc..36c068c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -668,3 +668,6 @@ * Add a new module API method to translate a room alias into a room ID. (#13428) * Add a new module API method to create a room. (#13429) +[1.49.1] +* Add oidc module + diff --git a/CloudronManifest.json b/CloudronManifest.json index d4c2244..4150815 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Secure & decentralized communication", - "version": "1.49.0", + "version": "1.49.1", "upstreamVersion": "1.65.0", "healthCheckPath": "/", "httpPort": 8008,