From 99b08d6c0aa5c60e328c4c4ce9347a997a3da35c Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 22 Aug 2022 19:04:39 +0200 Subject: [PATCH] Version 1.49.1 --- CHANGELOG | 3 +++ CloudronManifest.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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,