diff --git a/CHANGELOG b/CHANGELOG index 2c0f5cb..8ed24c1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -130,3 +130,6 @@ * Update Synapse to 1.14.0 * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.14.0) +[1.3.0] +* Add optional sso support + diff --git a/CloudronManifest.json b/CloudronManifest.json index 41116ff..e1bd034 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Secure & decentralized communication", - "version": "1.2.0", + "version": "1.3.0", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912,