From 666b6d7ac9e5b86b8af34199b6305aa2807b9e44 Mon Sep 17 00:00:00 2001
From: Fabien COMBERNOUS <fabien.combernous@adullact.org>
Date: Sat, 29 Jan 2022 20:24:42 +0100
Subject: [PATCH] release 2.2.0

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 372a89a..4b38370 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
 
 All notable changes to this project will be documented in this file.
 
+## Release 2.2.0
+
+ * add parameter to handle no-tlsv1_2 option #30
+ * add parameters to handle TLS cipher suite and switch default Diffie-Hellman usage to true #29
+
 ## Release 2.1.0
 
  * fix usage of static-auth-secret option #25
diff --git a/metadata.json b/metadata.json
index 96d53d6..e4595f3 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
 {
   "name": "adullact-coturn",
-  "version": "2.1.0",
+  "version": "2.2.0",
   "author": "adullact",
   "summary": "Install and configure Coturn",
   "license": "AGPL-3.0",
-- 
GitLab