From c82a4acadc9ea8da1b84773d9f46c4565ba412bf Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 11 Apr 2020 14:02:59 -0700 Subject: [PATCH] Version 0.7.0 --- CHANGELOG | 3 +++ CloudronManifest.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 6682e6e..18d5a6b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -104,3 +104,6 @@ [0.6.0] * Fix title +[0.7.0] +* Set turn_uris to an array and not a string + diff --git a/CloudronManifest.json b/CloudronManifest.json index 162ad05..c5d1652 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Secure & decentralized communication", - "version": "0.6.0-2", + "version": "0.7.0", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912,