From eb5187e53046c1d6645d6d9d512ba29be850b592 Mon Sep 17 00:00:00 2001
From: Fabien COMBERNOUS <fabien.combernous@adullact.org>
Date: Sat, 29 Jan 2022 10:55:35 +0100
Subject: [PATCH] release 2.1.0

---
 CHANGELOG.md  | 7 +++++++
 metadata.json | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ae83a93..372a89a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
 
 All notable changes to this project will be documented in this file.
 
+## Release 2.1.0
+
+ * fix usage of static-auth-secret option #25
+ * ensure coturn config file is not world redeable #27
+ * add parameter to handel the running user and group of the turn process #26
+ * add parameter to handle log-file option #24
+
 ## Release 2.0.0
 
  * add ubuntu20.04 debian10 as supported OS, drop ubuntu16.04 debian9 #21
diff --git a/metadata.json b/metadata.json
index c98b1fb..96d53d6 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
 {
   "name": "adullact-coturn",
-  "version": "2.0.0",
+  "version": "2.1.0",
   "author": "adullact",
   "summary": "Install and configure Coturn",
   "license": "AGPL-3.0",
-- 
GitLab